-
Notifications
You must be signed in to change notification settings - Fork 960
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
createBrowserHistory only calls transitionTo when it has listen hook, not listenBefore #71
Comments
I modified the issue title because we don't have a Eh ... ok. I get it. But why are you rendering in |
Apologies for the incorrect title. You're right, what we're doing in I maintain that it's reasonable to expect a history API that offers a |
Ya, that's reasonable. But your use case is still invalid. I'd much prefer to drive further development with valid use cases instead of theory. If there's a good reason why you're using EDIT: I should also say that I'm open to fixing this. Just want to know why you're using |
The linked project uses I didn't create this ticket to drive further development, just to address what I see is an issue with this project. I maintain that IMO the code should be changed or a warning added to the docs as neither of the examples here would work without a Like I say, let me know if you want a PR otherwise I'll close this issue. |
You have a great point about the docs. Sure, let's make this change. A PR would be great, thanks for offering :) In order to make this change you'll need to override |
This requires the following workaround which seems odd to me:
erikras/react-redux-universal-hot-example#246
Let me know if you want a PR.
The text was updated successfully, but these errors were encountered: