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(client): isolate per-userkey failures in resolveUserKeysInHtml (#129)
Switch from Promise.all to Promise.allSettled when fetching user info for
ri:user references. A single rejected getUserByKey call previously aborted
resolution for the entire page; now each failure falls back to the raw
userkey (matching getUserByKey's own caught-error fallback) without
affecting the other resolutions.
Add a regression test that spies on getUserByKey to force one rejection
alongside one success and verifies partial replacement still happens.
0 commit comments