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
Getting error when using React 18 react@alpha or react@experimental
I'm using React18 to get the new Suspense feature. When doing so, I have to upgrade ReactDOM which now throws an error to use createRoot instead of render
Suggested implementation:
Build in support for both createRoot and render
Describe alternatives you've considered:
In the testing-library@alpha build it to work with react-dom@alpha