useAuth0().isAuthenticated returns initialy false then true

Same here, I get:

isLoading: true
isAuthenticated: false

Then I’ll get

isLoading: false
isAuthenticated: false

and then

isLoading: true
isAuthenticated:  false

and finally

isLoading: false
isAuthenticated: true

Which means we show a temporary render of the app (in an error state) and then it all works out with the final update