Closed JoelRomero97 closed 1 year ago
This PR fixes warnings while rendering because of possibly undefined variables as well as using ReactDOM.render instead of ReactDOM.createRoot (react 18)
ReactDOM.render
ReactDOM.createRoot
This PR fixes warnings while rendering because of possibly undefined variables as well as using
ReactDOM.render
instead ofReactDOM.createRoot
(react 18)