-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
fix: get isConnected from provider #2118
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test to cover regressions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El que sabe sabe
@arein I don't think this can be tested in e2e consistently as it ends up excuting the flow and in correct state (tries to get user, fails, show unconnected). Feels like this should be unit tested, we should unit test (all) clients during this tech debt week |
Breaking Changes
N/A
Changes
isConnected
value from the providerAssociated Issues
closes #...