We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you use createHashHistory with react-resource-router like so:
<Router routes={routes} history={createHashHistory()}> <RouteComponent /> </Router>
When you change the url hash through or manually it does not render anything (or the matching route component).
When reloading the page with the correct hash route it then matches and renders the correct component.
We've created a minimal reproducible example below: https://codesandbox.io/s/react-resource-router-hash-router-bug-lmzfe
The text was updated successfully, but these errors were encountered:
Ensure compatibility with history@5 atlassian-labs#111
1bab9c7
Seems like the issue is about the actual support of history v5, that currently does not work at all
Sorry, something went wrong.
Ensure compatibility with history@5 #111 (#113)
e8ebfc0
Ensure compatibility with history@5
No branches or pull requests
If you use createHashHistory with react-resource-router like so:
When you change the url hash through or manually it does not render anything (or the matching route component).
When reloading the page with the correct hash route it then matches and renders the correct component.
We've created a minimal reproducible example below:
https://codesandbox.io/s/react-resource-router-hash-router-bug-lmzfe
The text was updated successfully, but these errors were encountered: