I am using react-moralis
and when I refresh the page the account value is not populated correctly and it is set to null.
const { account } = useMoralis();
const { chainId } = useChain();
I need to hard refresh multiple times to make it works again.
Any thought?