Replies: 1 comment
-
i found cause the issue reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my program will navigate to other page after login success, but navigate cannot go to other component.
Solve: i need go the specific component for one time. Then, i re-login in login component. It will success go to other component.
How to solve navigate to other page issue? Thank you very much.
i reset chrome browser. Then, i tried login. it cannot navigate go to other component.
my program part:
dispatch(setCredentials({...userData, email}))
navigate("/product");
i tried different react-router-dom version. they can not solve my issue.
react-router-dom: 7.0.2
react-router-dom: 6
node: v20.12.2
react: 18.3.1
Beta Was this translation helpful? Give feedback.
All reactions