I am getting this error when using the useState hook. I have this in it\'s basic form, looking at the react docs for a reference, but am still getting this erro
useState
I experienced this error while using Parcel's Hot Module Replacement, and fixed by updating react-dom to it's alpha version:
react-dom
yarn add react-dom@16.7.0-alpha.0
See this issue.