Refreshing page gives error
When I navigate to some route by clicking the navigation bar, say to /some/route and then refresh the page, the page shows
Cannot read properties of undefined (reading 'href')
error. Could anyone please help?
I'm in dev mode right now.
TS router version 1.109.2
, vite version 6.0.5
1 Reply
probable-pinkOP•7mo ago
Just fixed that. Breadcrumbs component was crashing because obviously on page load
resolvedLocation
is undefined
initially 😅