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
From react documentation, a component must be prepared for assertion using act(). It is usually already integrated in React-testing librabry, but in case of asynchronous updates, it must be wrapped in waitFor(). See #229.
See example log here:
https://github.com/kbss-cvut/s-forms/actions/runs/5534301619/jobs/10099066069?pr=220
Example errors:
The text was updated successfully, but these errors were encountered: