-
Notifications
You must be signed in to change notification settings - Fork 105
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
Missing imports with React 15.4.0 #85
Comments
https://facebook.github.io/react/blog/2016/11/16/react-v15.4.0.html
This is exactly the case. Also now react-router seems to also be broken because it's depending on |
I'm seeing all these |
Did this issue start appearing today? I have just noticed it too, with react 15.2.1 and react-tap-event-plugin 1.0.0 with no apparent change in my code. Edit - I am pulling in react 15.4.0 |
Pull request #82 will fix this issue for React 15.4.0 |
@brendanmh yeah 15.4.0 was released today |
i'm having this same issue with react ^15.3.0 and react-tap-event-plug ^1.0.0 |
same here with {
...
"react-tap-event-plugin": "1.0.0",
"react": "15.4.0",
...
} |
i recommend rolling back until fix... i went back to and everything works again |
There was some other issue besides the missing imports, this now fixed. Version 2.0.0 is now on npm and is compatible with React 15.4. Thanks for reporting! |
Seems like material-ui is still stuck on react-tap-event 1.0.0 :( |
What harm can a tiny deploy to production do ? right ? :) 💣 |
We haven't changed our package.json (requirements) for quite some time. All versions are fix (see below). We deploy everyday. How can this happen now?
|
You can try |
Sorry for spamming the thread. |
…ade issues (#8) * upgrade react-tap-event-plugin to v2.0.0 to resolve react 15.4.0 upgrade issues zilverline/react-tap-event-plugin#85 * update version of react and react-dom
Well, not wanting to flood here but you guys should have a look at https://yarnpkg.com/. It would most certainly avoid breaks on production. |
Mates, I got familiar errors.
My environment was
When i rollback react to 15.0.1, it works |
@aclarkdev thanks. |
@wingleungchoi You need to upgrade to [email protected] I think there are newer versions of react too. |
1. github issue: zilverline/react-tap-event-plugin#85 2. added yarn.lock file
react and react-dom locked into specific version due to: zilverline/react-tap-event-plugin#85
@aclarkdev your suggestion did solved my problem! Thx a lot! 👍 |
There was an issue with `react-tap-event-plugin`: `Error: Cannot resolve module 'react/lib/EventPluginHub'` Updating `react` and `react-tap-event-plugin` per zilverline/react-tap-event-plugin#85 fixes this
Updating to v2.0.0 of |
Oh this is just embarrassing, really. |
…ade issues (electrode-io#8) * upgrade react-tap-event-plugin to v2.0.0 to resolve react 15.4.0 upgrade issues zilverline/react-tap-event-plugin#85 * update version of react and react-dom
I don't understand why this pluging still exists, most of the time it's the reason for wasted time. |
1. github issue: zilverline/react-tap-event-plugin#85 2. added yarn.lock file
…ade issues (#8) * upgrade react-tap-event-plugin to v2.0.0 to resolve react 15.4.0 upgrade issues zilverline/react-tap-event-plugin#85 * update version of react and react-dom
It looks like this plugin uses some React internals which got shifted around in 15.4.0
The text was updated successfully, but these errors were encountered: