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
Attempting to mount a component that renders a new Portal component type throws an error because then React 16 adapter does not know how to handle the node tag (4).
Thrown error: Error: Enzyme Internal Error: unknown node with tag 4
Attempting to mount a component that renders a new Portal component type throws an error because then React 16 adapter does not know how to handle the node tag (4).
Thrown error:
Error: Enzyme Internal Error: unknown node with tag 4
Enzyme method throwing the error: https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/src/ReactSixteenAdapter.js#L59
The full list of React node "tags", of which there are many unimplemented in this method, can be found here: https://github.com/facebook/react/blob/master/src/shared/ReactTypeOfWork.js
Example code to reproduce this error:
The text was updated successfully, but these errors were encountered: