-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
History dependency fixed at v1.12.3 in react-router 1.0.0-rc3 #2252
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
Comments
How are you hitting NPM errors? NPM's fine with libraries having incompatible subdependencies. |
It looks like we might switch to a peer dependency for the final release, according to #2211. And if we do that, we'll go full semver and not lock to a specific version. In the meantime, as long as you pass in your own history to |
@mjackson What do you think of changing the dependency to |
@taion As long as we add the peer dep we're ok, right? I think we can just use |
The latest release of react-router (v1.0.0-rc3) sets the history dependency version at "1.12.3".
Is there a reason for mandating "1.12.3" as opposed to "^1.12.3"?
I like to stay on top of the latest releases. I'm having no issues using the latest version of history (v1.12.5), other than the npm errors.
The text was updated successfully, but these errors were encountered: