-
-
Notifications
You must be signed in to change notification settings - Fork 64
Query input/output non-functional #314
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
Comments
Hi @ddehart thanks for raising this :). I can confirm the bug. Do you wanna work on a fix? With e2e now we can create a test case for the issue and then fix. |
Yes, I confirm that. In testing-playground/src/hooks/usePlayground.js Line 336 in fb43e61
|
In my opinion, the error is somehow related to the usage of
Sorry for not having noticed that during the review. |
That's a great finding @delca85. Thanks! Can you submit a PR? Just remove the suspense logic. |
I was wrong, this bug was not due by |
Bug Report 🐛
To Reproduce ✔️
getByRole
query to any selector other than'button'
Expected behavior 🤔
I expect
QueryOutput
to change based on my queryYour Environment 💻
The text was updated successfully, but these errors were encountered: