Replies: 1 comment 1 reply
-
@jdmoliner were you able to find a solution to this? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
What version of React Router are you using?
6.6.2
Steps to Reproduce
I have made a simple example where you can check this problem.
If we click several times on the "Redirect" link ((which does a simple redirection) we will see that in version 6 the screen goes blank for a thousandth of a second. In version 5 it works perfectly doing the same thing.
When the rendering is a bit more complex this behaviour is very uncomfortable.
Example with version 6:
https://codesandbox.io/s/react-router-v6-blink-example-forked-zjtjry?file=/src/App.js
Example with version 5:
https://codesandbox.io/s/react-router-v5-blink-example-forked-mwe51e?file=/src/App.js
Expected Behavior
--
Actual Behavior
--
Beta Was this translation helpful? Give feedback.
All reactions