Material-ui: react v15.4.0: React tap event plugin dep

Created on 16 Nov 2016  路  10Comments  路  Source: mui-org/material-ui

update to react tap event version 2 breaks as this requires version 1

Most helpful comment

5572 should be addressing this issue. It would be great to release ASAP now.

All 10 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. :( https://github.com/zilverline/react-tap-event-plugin/issues/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 version15.3.0 of react and any peer dependencies

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 npm install does not exit with a non-zero status code, so having [email protected] will just work (their API did not change).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ryanflorence picture ryanflorence  路  3Comments

reflog picture reflog  路  3Comments

activatedgeek picture activatedgeek  路  3Comments

FranBran picture FranBran  路  3Comments

TimoRuetten picture TimoRuetten  路  3Comments