feat(FN-2719): merge fusion/fn-2719

This commit is contained in:
gsxdsm
2026-04-27 22:53:51 -07:00
parent 35db935feb
commit 3c18f481f8
12 changed files with 190 additions and 27 deletions

View File

@@ -1679,8 +1679,8 @@ describe("useRoadmaps", () => {
rerender({ projectId: "proj-2" });
// Resolve the promise
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
resolveHandoff!(mockHandoffPayload);
expect(resolveHandoff).not.toBeNull();
resolveHandoff?.(mockHandoffPayload);
await fetchPromise;
// Handoff should NOT be set because we're in a different project now