react
react copied to clipboard
Updates to react 18 createRoot API
Summary Updates to react 18 createRoot API to avoid warning
How did you test this change?
change ReactDOM.render to ReactDOM.createRoot. Open the html in chrome, and would find the warning disappeared.