berryfd1995
Results
2
comments of
berryfd1995
I am having the same issue, I spent around 4 hours yesterday attempting to find a work around. To the best of my knowledge. It happens in isUseAuthenticated and PrivateRoute...
> > i fixed it using this > > `const PrivateRoute = ({ Component }) => { const isAuthenticated = useIsAuthenticated(); const auth = isAuthenticated(); return auth ? : ;...