-
Notifications
You must be signed in to change notification settings - Fork 30
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
history error #25
Comments
large reproduction, visit /addcoin route, and the code is in typeahead.js and located on 3 step for /addcoin form for exchanges field. Blockrazor/blockrazor@649b711 . The link doesn't point at actual commit where the bug begun. |
I'm not using route/router middlewears or ref. |
This was referenced May 4, 2018
It even causes navigation bugs if another router begins overwriting history. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tries to access state.history.params, and while it's defined before and after the access, it will fail if there's another router being used.
The text was updated successfully, but these errors were encountered: