diff --git a/.storybook/main.ts b/.storybook/main.ts index 68e22b2831..0c576b0bde 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -100,7 +100,8 @@ const config: StorybookConfig = { rolldownOptions: { treeshake: false, output: { - keepNames: true + keepNames: true, + strictExecutionOrder: true }, onwarn: (warning, warn) => { // Suppress specific warnings