Answers for "react hook "usestate" cannot be called in a class component. react hooks must be called in a react function component or a custom react hook function"

4

React Hook "useState" is called in function "app" which is neither a React function component or a custom React Hook function react-hooks/rules-of-hooks

//Try to capitalize 'app' like
const App = props => {...}

export default App;
Posted by: Guest on July-05-2020
-3

React Hook "useState" is called in function "app" which is neither a React function component or a custom React Hook function react-hooks/rules-of-hooks

capitalize 
const App
Posted by: Guest on October-12-2020

Code answers related to "react hook "usestate" cannot be called in a class component. react hooks must be called in a react function component or a custom react hook function"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language