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
React Testing Library should be updated to match the requirements of React 18.
At the moment we get this error:
Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
The text was updated successfully, but these errors were encountered:
React Testing Library should be updated to match the requirements of React 18.
At the moment we get this error:
The text was updated successfully, but these errors were encountered: