Skip to content

Commit b3d25c4

Browse files
CopilotIzumiSy
andcommitted
Initial plan: fix navigation.test.tsx to use memory router
Co-authored-by: IzumiSy <982850+IzumiSy@users.noreply.github.com>
1 parent 6f6bbfd commit b3d25c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/skills/app-shell-patterns/references/fundamental/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ Types for authoring guard functions used by `WithGuard` and `appShellPageProps.g
605605

606606
### `RouteParams`, `PageComponent`, `PageMeta`, `AppShellPageProps`, `AppShellRegister`, `ContextData` (types)
607607

608-
Types for declaring page props (`appShellPageProps = { meta, guards }`), reading typed route params, and registering route types globally. See `project-setup.md` for usage.
608+
Types for declaring page props (`appShellPageProps = { meta, guards, loader }`), reading typed route params, and registering route types globally. See `project-setup.md` for usage.
609609

610610
---
611611

packages/core/skills/app-shell-patterns/references/fundamental/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Every page component:
191191
};
192192
```
193193

194-
3. Uses `appShellPageProps.guards` for permission gates. See [project-setup.md](project-setup.md).
194+
3. Uses `appShellPageProps.guards` for permission gates and `appShellPageProps.loader` for route loaders. See [project-setup.md](project-setup.md).
195195

196196
## Quick reference
197197

0 commit comments

Comments
 (0)