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
{{ message }}
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Whenever I mount a tree with React.Suspense, it throws:
Error: Enzyme Internal Error: unknown node with tag 23
at _toTree (/Users/jetbrains/IdeaProjects/TeamCity/react-ui/node_modules/@wojtekmaj/enzyme-adapter-react-17/src/ReactSeventeenAdapter.js:166:3)
at childrenToTree (/Users/jetbrains/IdeaProjects/TeamCity/react-ui/node_modules/@wojtekmaj/enzyme-adapter-react-17/src/ReactSeventeenAdapter.js:292:4)
Brief debugging showed that this probably is the new Offscreen fiber type
The text was updated successfully, but these errors were encountered:
Whenever I mount a tree with React.Suspense, it throws:
Brief debugging showed that this probably is the new
Offscreen
fiber typeThe text was updated successfully, but these errors were encountered: