I\'m trying to use react hooks for a simple problem
const [personState,setPersonState] = useState({ DefinedObject });
with following depend
Try to capitalize 'app' like
const App = props => {...} export default App;
In React, components need to be capitalized, and custom hooks need to start with use.
use