Skip to content

Commit bf0e492

Browse files
authored
docs: enable strict mode for storybook (#6362)
1 parent 56e4638 commit bf0e492

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react/.storybook/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const config: StorybookConfig = {
2424

2525
framework: {
2626
name: getAbsolutePath('@storybook/react-vite'),
27-
options: {},
27+
options: {
28+
strictMode: true,
29+
},
2830
},
2931

3032
async viteFinal(config) {

0 commit comments

Comments
 (0)