-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Incorrect GitBook documentation #1211
Comments
IamJoseph
changed the title
Incorrect GitBook documentation
Incorrect GitBook documentation [docs]
Oct 2, 2017
IamJoseph
changed the title
Incorrect GitBook documentation [docs]
Incorrect GitBook documentation
Oct 2, 2017
@IamJoseph can you link where the problem is? I just tried to find the issue but cant see anything? |
Fixed in #1142 |
@boyney123 http://airbnb.io/enzyme/docs/installation/react-16.html |
The published docs will not be updated until a release is published. #1142 fixed it in master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under "Working with React 16"
npm i --save-dev enzyme enzyme-react-adapter-16
should be:
npm i --save-dev enzyme enzyme-adapter-react-16
The text was updated successfully, but these errors were encountered: