We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth0-react/src/auth0-provider.tsx
Lines 199 to 200 in bcfd219
logout here is a promise , while when we use the hook to retrieve it is not typed as such , and we will end up with type inconsistencies
auth0-react/src/auth0-context.tsx
Line 130 in bcfd219
why they are different is it intentional ?
No response
2.1.0
18.2.0
Other
The text was updated successfully, but these errors were encountered:
Thanks, I opened a PR to address this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
Description
auth0-react/src/auth0-provider.tsx
Lines 199 to 200 in bcfd219
logout here is a promise , while when we use the hook to retrieve it is not typed as such , and we will end up with type inconsistencies
auth0-react/src/auth0-context.tsx
Line 130 in bcfd219
why they are different is it intentional ?
Reproduction
Additional context
No response
auth0-react version
2.1.0
React version
18.2.0
Which browsers have you tested in?
Other
The text was updated successfully, but these errors were encountered: