React SDK is not generating the new access Token and refresh token once access token is expired In React

Ready to post? :mag: First, try searching for your answer.

am using “@auth0/auth0-react”: “^1.10.2”, version in my react App, i have enable the Allow offline Access and Refresh Token Rotation

I gave 30 minutes from expiry time after 30 minutes if i make any protected Api call this will throw 401 error.

React SDK is not automatically getting the new token once the existed token is expired.


{children}

updating the @auth0/auth0-react latest version is not working