react icon indicating copy to clipboard operation
react copied to clipboard

Updates to react 18 createRoot API

Open camsong opened this issue 3 years ago • 0 comments

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.

camsong avatar Sep 11 '22 23:09 camsong