-
Notifications
You must be signed in to change notification settings - Fork 9
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
An in-range update of react-router-dom is breaking the build 🚨 #35
Comments
After pinning to 4.1.2 your tests are passing again. Downgrade this dependency 📌. |
Version 4.2.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesreact-router-dom v4.2.1This fixes a missing |
Version 4.2.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesreact-router-dom v4.2.2Apologies for the quick rebuild. There was a bad UMD config, which would have required you to include both the react-router and react-router-dom UMD files. You should only have to include react-router-dom now, which is the same behavior as the npm package. OK, I'm done for a bit... 😬 |
Version 4.3.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv4.3.0The major new things of this release are Redirect with params (see #5209) and the new One other thing to mention, while I have your attention, is the deprecation of react-router-redux. It's no longer maintained and has a number of fundamental problems (particularly around time travel). Integrating Redux and the DOM History API is challenging because they don't maintain the same semantics and the resulting integration is error prone. Getting to the router context will be easier in future versions of React Router, so the main motivations for needing it will be going away. So, while I would advise against trying to integrate the two, for those that still want this functionality can turn to libraries like @supasate's connected-react-router. Changes
|
Version 4.3.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv4.3.1Just a patch to fix an accidental move of |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v4.4.0-beta.5One step closer to 4.4.0 final... Fixes
Enjoy! 😅 |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 |
Version 4.2.0 of react-router-dom just got published.
This version is covered by your current version range and after updating it in your project the build failed.
react-router-dom is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v4.2.0Changes
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: