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
## Summary
Resolveselastic#224000
Moved to react testing library. Tests pass but I'm getting this warning
now:
```
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
```
When I tried to move to createRoot it caused other issues so I'm not
sure how to continue or if we should ignore the warning 🤔 @Dosant
(cherry picked from commit 1e03b3a)
0 commit comments