-
Notifications
You must be signed in to change notification settings - Fork 5k
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 BatchRequest.execute() multiple window issue #10423
Conversation
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. |
I have read the CLA Document and I hereby sign the CLA |
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.
Thanks for the contribution! I noticed this problem recently as well, and had been meaning to create an issue for it.
This solution looks good overall! I just had one suggested change.
Co-authored-by: Mark Stacey <[email protected]>
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.
LTGM, thanks!
Edit: Oh, prettier
is angry about something. LGTM after running yarn lint:fix
then 😅
I figured it was too easy for there not to be something lol, just added a commit, lmk if there's anything else. Thanks |
Fixes: #10422
Explanation: The issue describes the problem with a sandbox, but this PR fixes multiple windows being opened on BatchRequest.execute()