petrovicstefanrs / 30_seconds_of_knowledge

Google Chrome Extension that lets you gain new developer skills, every time you open a New Tab.
https://30secondsofknowledge.com/
MIT License
942 stars 121 forks source link

Typo in Collapse (React) snippet #53

Closed jcmnunes closed 5 years ago

jcmnunes commented 5 years ago

In the description of the Collapse snippet (React), we can read "Use the React.setState() hook" when it should be "Use the React.useState() hook"

Screen Shot 2019-04-03 at 13 28 22
petrovicstefanrs commented 5 years ago

Indeed right you are. Thank you for the tip, will change it :D