-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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-tap-event-plugin errors with latest react 15.4.0-rc.4 installed by create-react-app #5396
Comments
Looking forward for an update. Currently its a mess to downgrade a lot packages just because of this issue. |
:( what's the solution to this? Stay on React 15.3.2? |
There's a new version of material-ui and react out. Just upgrade them both. |
Still blowing up for me: Using:
|
You need to use the latest version of
|
Derp thanks. Didn't even see that it updated too- makes perfect sense. |
@brendonlamb did it work for you after upgrading to React 15.4.0, react-dom 15.4.0, material-ui 0.16.4, react-tap-event-plugin 2.0.1? I am still having the issue, thanks for the help? UPDATE: had to run npm install and all went fine (using the React Boiletplate). thanks all. |
Just for reference too- using the latest version of everything at this point:
|
I use the above versions but still I get the error How to fix this? |
@radik909 what @brendonlamb did works for me |
@stevewillard Answered the question, thanks! |
Updated dependency because of issues with the lates react version. See mui/material-ui#5396 Signed-off-by: Tobias Kahse <[email protected]>
react-tap-event-plugin errors with latest react 15.4.0-rc.4 installed by create-react-app
Versions
the
create-react-app
tool automatically installs the latest react release. With these versions, the react-tap-event-plugin throws a whole bunch of errors. It appears FB's removed a bunch of libraries in the latest React releases that thereact-tap-event-plugin
depends on and this will no longer work.I find in issue #4670 that there are plans to remove the dependency in
material-ui@next
but it has not yet when I tried upgrading to it. Basically I'm forced to downgrade everything to versions that worked for me last time.Given the usefulness of create-react-app, it may be good to document this issue in the installation instructions and accelerate a push of
material-ui@next
that fixes the issueThe text was updated successfully, but these errors were encountered: