In a specific environment: the computer CPU uses AMD and the browser is in Chrome Incognito mode
When I use const { isAuthenticated } = useAuth0();, it will repeatedly return false even after logging in. I call loginWithRedirect() through polling, and it returns true to me on the fourth render.
Checklist
Description
In a specific environment: the computer CPU uses AMD and the browser is in Chrome Incognito mode
When I use
const { isAuthenticated } = useAuth0();
, it will repeatedly return false even after logging in. I callloginWithRedirect()
through polling, and it returns true to me on the fourth render.Reproduction
Additional context
No response
auth0-react version
2.2.1
React version
18.2.0
Which browsers have you tested in?
Chrome