Hi! I would like to check for when the user Auth state is loading e.g. isLoading
Currently, I have a magic link step up such that when the user clicks the link, the page loads but it takes longer for plasmic-auth to return the auth state.
What have you tried so far? (please link relevant docs and other forum posts)
I have tried a conditional guard that checks for is the user is Authenticated as so: currentUser.isLoggedIn
I have also tried a Loading boundary but that isn’t working either. Please see the page in question below
Relevant links: