-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
react v15.4.0: React tap event plugin dep #5573
Comments
... and the update to react tap event version 2 is required due to breaking changes released with react version 15.4.0 as of this morning. :( zilverline/react-tap-event-plugin#85 |
is there an update to material UI as well? |
to clarify when i try to update the react-tap to version 2 material complains about version 1 being needed, its fine to update on my local but in build environments it pulls from the repo and still wants to see 1 |
@tthamel I think that's what the "issue" is. Material-UI is now essentially broken if you want to use React v 15.4.0 I don't know of a workaround or fix other than downgrading react-* packages. :( If someone has a better idea, I'd love to hear it. This little snafu is killing my day. |
@tthamel Until this is sorted I've had to manually install version |
we use 15.0.0 so i would think we wouldn't be affected by 15.4 but when it trys to build material ui fails on react-tap 1 and then i point the devdeps to react-tap 2 material ui complains about react tap 1 not being there... yeah think alot of devs got a swift kick in the junk this morning :/ |
my junk was definitely assulted |
#5572 should be addressing this issue. It would be great to release ASAP now. |
|
npm WARNs about missing pear dependency, but |
update to react tap event version 2 breaks as this requires version 1
The text was updated successfully, but these errors were encountered: