-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot find module "react/lib/ReactTestUtils" - react@15.4.0 #42
Comments
Did |
I already have react-dom in my app |
Well nothing in this library pulls from react/lib. So I'm not sure how to help :/ |
Yeah.. I searched for that as well, but couldn't find anything. I just posted here to see if someone else was having the same issue. It's probably an out of date dependency |
Try to update your package react-addons-test-utils to latest. I fixed this error by updating from "^15.1.0" to "^15.4.1". And also "react" to "^15.3.2" & "react-dom" to "^15.4.1". |
with "react": "15.3.0" ran into this error; it was fixed with "react": "^15.4.1"
|
Since the update, I'm getting the error
Cannot find module "react/lib/ReactTestUtils"
Probably related to this: facebook/react#8314
The text was updated successfully, but these errors were encountered: