fullstack-hy2020 / part2-notes

69 stars 180 forks source link

Part5 4 #84

Closed BulegaHassan closed 1 year ago

BulegaHassan commented 1 year ago

Similar issue to part5-1

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

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