Tanuj Patra

Results 1 issues of Tanuj Patra

The code in index.js currently uses ReactDOM.render, which is no longer supported in React 18. To resolve this issue, a root element should be created using ReactDOM.createRoot before rendering the...