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
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.
We noticed this via its use in useComboBox.
The text was updated successfully, but these errors were encountered:
Closing since #3108 is merged. We are testing tomorrow and should be released soon if all goes well. In the meantime, the nightly versions are available.
🐛 Bug Report
LiveAnnouncer still uses
ReactDOM.render
, causing a warning when using React 18:We noticed this via its use in
useComboBox
.The text was updated successfully, but these errors were encountered: