fullstack-hy2020 / part2-notes

69 stars 180 forks source link

Part5 1 #83

Closed BulegaHassan closed 1 year ago

BulegaHassan commented 1 year ago

Fix the index file, from => ReactDOM.render(document.getElementById('root')).render()

to => ReactDOM.createRoot(document.getElementById('root')).render()