You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client"
According to https://github.com/reactjs/react-rails/pull/1269/files this should be fixed but some how react-dom is being used instead of react-dom/client , Made sure ReactDOM.version gets 18.2.0 in browser console of applciation. Not really sure how the else part is being executed.