bradtraversy/react-crash-2021

typo error

andyaspel opened this issue · 1 comments

line 99 in App.js you have typed <>
I think this is the reason people are having their app crash?

This is not a typo. The render has to have some kind of parent element. Using empty angle brackets is a "fragment". You can use a div or any html element if youd like, but it is not a typo