Skip to content
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

Change enzyme adapter to released version #99

Closed
stevesims opened this issue Oct 23, 2018 · 1 comment
Closed

Change enzyme adapter to released version #99

stevesims opened this issue Oct 23, 2018 · 1 comment

Comments

@stevesims
Copy link
Owner

Our package.json imports the "latest" version of enzyme-adapter-react-16 using:
"enzyme-adapter-react-16": "npm:enzyme-react-adapter-future",

This was done because when the TOC component was written that uses the react context API, the release version of the adapter did not understand nodes created by the context API.

We should change this to use a proper release version, i.e. the enzyme-adapter-react-16.2 package

@stevesims
Copy link
Owner Author

Closed via #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant