Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const config: StorybookConfig = {
// src/version.ts in the Chromatic CI workflow, not via alias here
},
},
// Prevent Vite from discovering new deps mid-test and forcing a full reload (test-storybook
// interprets reloads as navigations and flakes). Keep this list minimal.
optimizeDeps: {
include: ["@radix-ui/react-checkbox"],
},
});
},
};
Expand Down
Loading