We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://airbnb.io/enzyme/docs/installation/index.html#working-with-react-16
npm i --save-dev enzyme enzyme-react-adapter-16
Should be:
npm i --save-dev enzyme enzyme-adapter-react-16
It seems this is fixed in master, just not in the production docs site linked above. See: https://github.com/airbnb/enzyme/blob/master/docs/installation/react-16.md
The text was updated successfully, but these errors were encountered:
Fixed in #1142.
Sorry, something went wrong.
The docs site only gets updated upon release, so it will be fixed the next time we publish.
No branches or pull requests
http://airbnb.io/enzyme/docs/installation/index.html#working-with-react-16
npm i --save-dev enzyme enzyme-react-adapter-16
Should be:
npm i --save-dev enzyme enzyme-adapter-react-16
It seems this is fixed in master, just not in the production docs site linked above. See: https://github.com/airbnb/enzyme/blob/master/docs/installation/react-16.md
The text was updated successfully, but these errors were encountered: