You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
packageThe text was updated successfully, but these errors were encountered: