Replies: 1 comment
-
Facing with the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since
user.type
gets executed inasyncWrapper
,user.type
executes the following line withIS_REACT_ACT_ENVIRONMENT
as false.user-event/src/utility/type.ts
Line 40 in d036279
This is causing the following warning to pop up.
However, for some other tests, I don't see this happening, so I'm assuming that the
setState
call shouldn't have happened untiluser.type
finished? Has anyone seen this before?Beta Was this translation helpful? Give feedback.
All reactions