diff --git a/apps/app/.storybook/preview.ts b/apps/app/.storybook/preview.ts index a263f5cd..7c7cff19 100644 --- a/apps/app/.storybook/preview.ts +++ b/apps/app/.storybook/preview.ts @@ -15,6 +15,9 @@ const routeNames = [ 'organisation-companies', 'organisation-form-failures', 'organisation-settings', 'platform', 'platform-organisations', 'platform-users', 'platform-form-failures', 'platform-activity-log', + // v2 shell nav targets (APP_NAVIGATION uses v2-prefixed route names) — + // without these, AppSidebar/SidebarNav RouterLinks throw "No match for". + 'v2-dashboard', ] export const storyRouter = createRouter({