You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the start-basic example, after starting the development server, the first time you hover the Users link in the navbar, logs are showing the following:
As mentioned, this only happens once after starting/restarting the development server, and I'm wondering whether this is desired behavior and/or if this might influence performance or functionality.
The preloading of Posts happens without the reloading.
If any additional information is needed, please let me know. Thanks in advance!
Which project does this relate to?
Start
Describe the bug
In the
start-basic
example, after starting the development server, the first time you hover the Users link in the navbar, logs are showing the following:As mentioned, this only happens once after starting/restarting the development server, and I'm wondering whether this is desired behavior and/or if this might influence performance or functionality.
The preloading of Posts happens without the reloading.
If any additional information is needed, please let me know. Thanks in advance!
Your Example Website or App
https://github.com/TanStack/router/tree/main/examples/react/start-basic
Steps to Reproduce the Bug or Issue
npm run dev
thestart-basic
example and go tohttp://localhost:3000/
Users
Expected behavior
To either not see the page being refreshed 17 times, or perhaps only once depending on intended behavior.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: