Ask questionsTypeError: Object(...) is not a function
Do you want to request a feature or report a bug?
Bug 🐛🐛 (May be 🤔🙄)
What is the current behaviour?
I have created react functional component and implement state full logic using useState method but it throws an TypeError: Object(...) is not a function
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Installed packages
"dependencies": {
"@reach/router": "^1.2.1",
"formik": "^1.4.1",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-scripts": "2.1.1",
"styled-components": "^4.1.3",
"yup": "^0.26.6"
},
Github repository : https://github.com/sagar-gavhane/workbench-client
Website: https://wonderful-allen-a3058d.netlify.com/
Screenshot:

Answer
questions
kami23
Hello , i have the same problem and the version of react that i am using is : "react": "^16.9.0", "react-dom": "^16.9.0", How to solve this ? i tried to use the next solution and it didn't work
Related questions