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
Due to the fake timers usage the first waitFor call times out. The DOM value is stale and never updated, despite the component correctly being re-rendered.
Suggested solution:
This issue is resolved by forcefully updating the dependency on @testing-library/dom to the latest version 8.10.1.
The text was updated successfully, but these errors were encountered:
preact-testing-library
version:2.0.1
preact
version:10.5.15
node
version:16.11.1
npm
(oryarn
) version:8.0.0
Relevant code or config
What you did:
What happened:
Reproduction repository:
Problem description:
Due to the fake timers usage the first
waitFor
call times out. The DOM value is stale and never updated, despite the component correctly being re-rendered.Suggested solution:
This issue is resolved by forcefully updating the dependency on
@testing-library/dom
to the latest version8.10.1
.The text was updated successfully, but these errors were encountered: