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
Write now our scaffold uses the React <= 17 method of mounting components. (i.e. ReactDOM.render). We should add a flag that allows you to specify your react version, and based on that determine create different mounting code.
Default should be 18 and above.
The text was updated successfully, but these errors were encountered:
Write now our scaffold uses the React <= 17 method of mounting components. (i.e.
ReactDOM.render
). We should add a flag that allows you to specify your react version, and based on that determine create different mounting code.Default should be 18 and above.
The text was updated successfully, but these errors were encountered: