firebase-firelobby
firebase-firelobby copied to clipboard
Update createRoot to unstable_createRoot
Reference : https://github.com/facebook/react/blob/master/packages/react-dom/index.experimental.js#L22
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!