Tutorials need to show ReactDOM.createRoot()
to match React 18 #4480
Open
Description
opened on Feb 11, 2023
Both the "Essentials" and "Fundamentals" tutorials are currently showing ReactDOM.render()
, and that needs to be update to match React 18.
Activity