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.typegets executed inasyncWrapper,user.typeexecutes the following line withIS_REACT_ACT_ENVIRONMENTas 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
setStatecall shouldn't have happened untiluser.typefinished? Has anyone seen this before?Beta Was this translation helpful? Give feedback.
All reactions