Skip to content

Commit 7ab2f19

Browse files
committed
Split submit/loadRouteData by query/queryRoute
1 parent d4ecfaf commit 7ab2f19

File tree

2 files changed

+194
-108
lines changed

2 files changed

+194
-108
lines changed

packages/router/__tests__/router-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13179,7 +13179,7 @@ describe("a router", () => {
1317913179
e = _e;
1318013180
}
1318113181
expect(e).toMatchInlineSnapshot(
13182-
`[Error: query()/queryRoute() requests must contain an AbortController signal]`
13182+
`[Error: query() requests must contain an AbortController signal]`
1318313183
);
1318413184
});
1318513185

@@ -14411,7 +14411,7 @@ describe("a router", () => {
1441114411
e = _e;
1441214412
}
1441314413
expect(e).toMatchInlineSnapshot(
14414-
`[Error: query()/queryRoute() requests must contain an AbortController signal]`
14414+
`[Error: queryRoute() requests must contain an AbortController signal]`
1441514415
);
1441614416
});
1441714417

0 commit comments

Comments
 (0)