You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 1 should indicate error (or incomplete state) when MetaMask is closed when the user is prompted to login.
Current Behavior
Step 1 indicates success & app proceeds to crash once the user clicks 'Send to Bridge'
Possible Solution
(Quick Solution): Wrap the routes inside an ErrorBoundary Component which catches the crash and tells the user to reload.
(Better Solution): Include the above as a catch-all + check to make sure that we have access to MetaMask instead of assuming.
Expected Behavior
Step 1 should indicate error (or incomplete state) when MetaMask is closed when the user is prompted to login.
Current Behavior
Step 1 indicates success & app proceeds to crash once the user clicks 'Send to Bridge'
Possible Solution
(Quick Solution): Wrap the routes inside an ErrorBoundary Component which catches the crash and tells the user to reload.
(Better Solution): Include the above as a catch-all + check to make sure that we have access to MetaMask instead of assuming.
Steps to Reproduce
Detailed Description
PR including both possible solutions + misc styling improvements.
Possible Implementation
See PR coming soon.
The text was updated successfully, but these errors were encountered: