-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Attempting to hydrate while using React 18 results in the following warning:
react-dom.development.js:87 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: https://reactjs.org/link/switch-to-createroot
I guess the fix is simple enough in the frontend, e.g. detect whether React 17 or 18 is loaded and call the appropriate function, but should anything be done server-side as well?
Metadata
Metadata
Assignees
Labels
No labels