fix(web): redirect to onboarding (#1591)

* fix(web): redirect to onboarding only working after browser refresh

* fix(web): pull new commit for better MatchInner reactivity

* fix(web): update @tanstack/router to stable version with fix

* chore(web): update lockfile after npm update cycle merge

* chore(web): update @tanstack/router to latest
This commit is contained in:
martylukyy 2024-07-18 14:04:01 +02:00 committed by GitHub
parent 8f995006b1
commit a8590bfdc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 823 additions and 911 deletions

View file

@ -40,7 +40,7 @@
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.43.4",
"@tanstack/react-router": "^1.45.4",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",