You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’ve noticed incompatibilities with other libraries that use the latest version of @testing-library/dom, such as @testing-library/react and @testing-library/user-event. Having both versions 9 and 10 in a project causes warnings and errors, for example user-event actions not wrapped in act.
Should it be updated with the latest @testing-library/dom (10.1.0)?
Suggested solution:
Update @testing-library/cypress to use the latest version of @testing-library/dom.
The text was updated successfully, but these errors were encountered:
Problem description:
We’ve noticed incompatibilities with other libraries that use the latest version of
@testing-library/dom
, such as@testing-library/react
and@testing-library/user-event
. Having both versions 9 and 10 in a project causes warnings and errors, for example user-event actionsnot wrapped in act
.Should it be updated with the latest
@testing-library/dom
(10.1.0)?Suggested solution:
Update
@testing-library/cypress
to use the latest version of@testing-library/dom
.The text was updated successfully, but these errors were encountered: