Skip to main content
PESDK/Web

React - ReactDOM.render is no longer supported

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

This error message will appear if you use PhotoeditorSDK Web with React 18. It is still possible to use all PhotoeditorSDK features but not all the newer features of React 18.

There is the option to downgrade to React 17.0.2 and React-DOM 17.0.2 if React 18 is not a requirement for your application.