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
I had an issue where starting the app via npm start threw an object is not a function error - switching from createRoot to unstable_createRoot fixed it!
Reference : https://github.com/facebook/react/blob/master/packages/react-dom/index.experimental.js#L22
The text was updated successfully, but these errors were encountered: