Skip to content
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: support importing account while connecting #7010

Closed
wants to merge 2 commits into from

Conversation

matthewwalsh0
Copy link
Member

@matthewwalsh0 matthewwalsh0 commented Aug 17, 2023

Description

Resolve issue causing the modal to prematurely close after importing an account while connecting to a dApp.

The issue was that the navigation in the PermissionApproval component was running on every render, meaning duplicate navigations were being performed that ultimately meant closing the import success screen closed the entire navigation stack rather than returning to the original connect modal.

See issue for steps to reproduce.

Issue

Fixes #1192

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

@matthewwalsh0 matthewwalsh0 requested a review from a team as a code owner August 17, 2023 14:57
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@matthewwalsh0 matthewwalsh0 added the team-confirmations-system DEPRECATED: please use "team-confirmations" label instead label Aug 17, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2023
@matthewwalsh0
Copy link
Member Author

Closed so we can fix on the release branch first.

@matthewwalsh0 matthewwalsh0 deleted the fix/1192-import-account-connect branch August 17, 2023 15:33
@matthewwalsh0 matthewwalsh0 added QA Passed A successful QA run through has been done and removed QA Passed A successful QA run through has been done labels Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team-confirmations-system DEPRECATED: please use "team-confirmations" label instead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants