8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2.2.4
2.15.2
RainbowKit crashes the integrating app on mobile due to an uncaught UserRejectedRequestError.
UserRejectedRequestError
RainbowKit does not crash the app on mobile.
Have the example app on a mobile viewport with a wallet that allows rejection of the connect action.
No response
The connect options for desktop handle this just fine.
It seems like catching such errors was missed for the connect options on mobile.
I am happy to submit a pull request to align the mobile behavior with the desktop one.
The text was updated successfully, but these errors were encountered:
RK-154 [bug] Mobile connect options do not handle user rejection
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
RainbowKit Version
2.2.4
wagmi Version
2.15.2
Current Behavior
RainbowKit crashes the integrating app on mobile due to an uncaught
UserRejectedRequestError
.Expected Behavior
RainbowKit does not crash the app on mobile.
Steps To Reproduce
Have the example app on a mobile viewport with a wallet that allows rejection of the connect action.
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
The connect options for desktop handle this just fine.
It seems like catching such errors was missed for the connect options on mobile.
I am happy to submit a pull request to align the mobile behavior with the desktop one.
The text was updated successfully, but these errors were encountered: