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
Should this be updated with the latest @testing-library/dom? (Currently 9.3.1)
I’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 8 and 9 in a project causes confusion and errors, for example about whether user-event actions need to be wrapped in act.
Suggested solution:
Update cypress-testing-library to use the latest version of @testing-library/dom.
The text was updated successfully, but these errors were encountered:
cypress-testing-library
version: 9.0.0node
version: 19.4.0npm
(oryarn
) version: 9.2.0Problem description:
Should this be updated with the latest
@testing-library/dom
? (Currently9.3.1
)I’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 8 and 9 in a project causes confusion and errors, for example about whetheruser-event
actions need to be wrapped inact
.Suggested solution:
Update
cypress-testing-library
to use the latest version of@testing-library/dom
.The text was updated successfully, but these errors were encountered: