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
As part of #7306, and building upon #23550, we're migrating additional commands to be queries. This PR is one part of that; It can be done piece-by-piece.
Why is this needed?
Queries don't suffer from Detached DOM errors. They are also significantly simpler to write and debug than commands - less code to maintain, and what code is there is more straightforward.
Other
No response
The text was updated successfully, but these errors were encountered:
What would you like?
As part of #7306, and building upon #23550, we're migrating additional commands to be queries. This PR is one part of that; It can be done piece-by-piece.
Why is this needed?
Queries don't suffer from Detached DOM errors. They are also significantly simpler to write and debug than commands - less code to maintain, and what code is there is more straightforward.
Other
No response
The text was updated successfully, but these errors were encountered: