()
| 186 | // current hydration workflowId/requestId against the resolving request and |
| 187 | // must discard the now-stale wf-1 projection. |
| 188 | let resolveFirst: (value: unknown) => void = () => {} |
| 189 | const firstPending = new Promise((resolve) => { |
| 190 | resolveFirst = resolve |
| 191 | }) |