I\'m trying to use react hooks for a simple problem
const [personState,setPersonState] = useState({ DefinedObject });
with following depend
Just try to capitalize your App name
const App = props => {...} export default App;