Replies: 1 comment 2 replies
-
I tried this to replicate it here https://stackblitz.com/edit/github-virwfsze?file=app%2Froutes%2Fhome.tsx It does the log twice with StrictMode, and only once without StrictMode. Aside of that, when you click the link it does render twice, this is the router internal navigation.state changes from This is totally expected. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following setup:
My parent component:
My empty ForesightLink component:
This results in "Test" being logged 4 times to the console, is this the expected behaviour or is this a bug?
Version: 7.6.3
Beta Was this translation helpful? Give feedback.
All reactions