State of the Auth0Client does not seem to be updating. I have conditional rendering based on isLoading and isAuthenticated. isLoading in particular doesn't seem to become true and I am unsure why. Also user is not loaded. I CANNOT reproduce this behavior in the examples.
Checklist
Description
State of the Auth0Client does not seem to be updating. I have conditional rendering based on
isLoading
andisAuthenticated
.isLoading
in particular doesn't seem to become true and I am unsure why. Alsouser
is not loaded. I CANNOT reproduce this behavior in the examples.Client Options
Router
App template
Navbar
Reproduction
v-if="!auth0.isLoading"
in the tag.Additional context
No response
auth0-vue version
2.3.3
Vue version
3.5.3
Which browsers have you tested in?
Chrome, Edge