Stefan Bozic
Results
2
comments of
Stefan Bozic
You just need to call the **refetchUser()** function. So, something likes this: ``` const { user, refetchUser } = useAuth(); const myFunction = async() => { try { await myApiCall();...
Still not working as of March 10th 2022 