Michel Romilio Fassone
Results
2
comments of
Michel Romilio Fassone
i have similar issues with react in production. To get the user, i stick to reactQuery import { useQuery } from "react-query"; const authUser = useQuery(["authUser"], () => auth)
is there any plan to update this?