Issue where navigation does not work during startTransition() #13219
Unanswered
martin-jang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote the following code, and when I press the Start button, startTransition() works.
However, if I try to navigate to another page by pressing the go to hello button during this process, it is stuck.
It waits until startTransition() is completed and then navigates.
Is this working correctly?
packages :
react 19
react-router 7.3.0
react-dom 19
Beta Was this translation helpful? Give feedback.
All reactions