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
Yes, seems like this is due to rejectPending
I would say it's a false negative, because we want to reject this promise, but if no one is listening to it, Jest picks it up as an unhandled rejection and fails.
I tried to fix it by adding finally which resets it to undefined but it seems like it doesn't always work?
https://github.com/trezor/trezor-suite/actions/runs/11796762131/job/32859405391#step:16:3958
didn't we see errors like this in #15300 could it be flaky now?
cc @martykan
The text was updated successfully, but these errors were encountered: