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
When using a hashRouter and triggering a new location change after a back-end request returns within an action.ts file.
The route will change in the URL, but the component is not rendered.
If there is a new way of doing this, please update the manual how you can trigger the navigation not having to rely on react hooks.
This problem is mainly for external actions files and class components.
The text was updated successfully, but these errors were encountered:
What version of React Router are you using?
6
Steps to Reproduce
Expected Behavior
The route should be re-rendered.
Actual Behavior
When using a hashRouter and triggering a new location change after a back-end request returns within an action.ts file.
The route will change in the URL, but the component is not rendered.
If there is a new way of doing this, please update the manual how you can trigger the navigation not having to rely on react hooks.
This problem is mainly for external actions files and class components.
The text was updated successfully, but these errors were encountered: