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
fix(clerk-js): keep degraded-load test from stalling on the background retry
The "fails fast when the client fetch hangs" test made every mocked fetch hang,
including the background /client retry, which left a forever-pending promise
that stalled the test under CI. Scope the hang to the primary fetch and let the
retry resolve. Also inline the session-cookie read at its use sites in the
recovery path instead of hoisting a variable.
0 commit comments