-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Issue in route if hash: null #53
Comments
@sergeu90 please can you provide a codesandbox? history version? react-router version? |
"history": "5.1.0", Sorry but sandbox i can't provide now. You can pass hash: null and check behaviour |
the problem is with the history package: null is not a valid value on history v5 it was fine with history v4 |
@sergeu90 please open the issue on history repo |
Thanks.Good research |
@sergeu90 I opened an issue for that |
Hello. Good library a lot of thanks.
I have one question i used library https://github.com/mjrussell/redux-auth-wrapper#readme
i have some code.
but redirect to login route incorrect. I gettting loginnull instead login
I debugging code and i noticed.
if hash: null then i have incorrect route.
I checked if hash: undefined then all good.
Could you help me. Maybe i something understand.
The text was updated successfully, but these errors were encountered: