alexandroid
alexandroid
Triggering on `auth.user` does not seem work either: ``` useEffect(() => { return auth.events.addUserLoaded((user: User) => { // never called for subsequent page refresh }); }, [auth.user]); ``` I've added...
Yes, I do that below, in the same component where I call `useAuth()`/`useEffect()`: ```ts if (auth.isAuthenticated) { return {children}; } if (!auth.error && auth.activeNavigator === undefined && !auth.isLoading) { console.info('Initiating...
@alolis No =\ I am not sure why this issue was closed.