I\'m using useState in my react-native app as such:
const [loginDetails, setLoginDetals] = useState({});
When I try to access a property of <