-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
asyncWrapper is not executed with act support #1302
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: