I\'m trying to use react hooks for a simple problem
const [personState,setPersonState] = useState({ DefinedObject });
with following depend
Do you have the right import ?
import React, { useState } from 'react';