reactjs / react-transition-group

An easy way to perform animations when a React component enters or leaves the DOM
https://reactcommunity.org/react-transition-group/
Other
10.1k stars 652 forks source link

Warning: ReactDOM.render is no longer supported in React 18 #860

Open Maximumz opened 1 year ago

Maximumz commented 1 year ago

What is the current behavior?

Console warnings: 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)

Is it possible to update

Bianca-Morris commented 2 months ago

Since React 18 has been out for a few years now, it might be a good time to revisit this?