-
Notifications
You must be signed in to change notification settings - Fork 1.1k
asyncWrapper is not executed with act support #1302
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This may be an issue with |
I have the same problem: For instance:
gives me the same error:
|
@eps1lon sorry, I do not have reproduction without But, as I understand from react-testing-library/src/pure.js Lines 37 to 59 in edb6344
|
@testing-library/react
version: 14.2.2Relevant code or config:
What you did:
I'm running events using user-events pacakge - https://github.com/testing-library/user-event
What happened:
Looks like it is executed in AsyncWrapper and make a lot of noise about "non-act environment".
testing-library/user-event#1200
The text was updated successfully, but these errors were encountered: