While using notify in nextjs with react 18 enabled I get this error message:
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
…
While using
notifyin nextjs with react 18 enabled I get this error message: