react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Warning: ReactDOM.hydrate is no longer supported in React 18

Open mlnima opened this issue 3 years ago • 0 comments
trafficstars

Hi, I am getting this warning:

next-dev.js?3515:25 Warning: ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more

"next": "^12.1.6", "react": "^18.1.0", "react-draggable": "^4.4.5"

Thank you

mlnima avatar May 03 '22 17:05 mlnima