Skip to content

Commit c3f64b7

Browse files
committed
fix: storybook
1 parent 380a38c commit c3f64b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ module.exports = {
3434
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
3535
typescript: {
3636
check: true, // type-check stories during Storybook build
37-
// reactDocgen: false, // https://github.com/storybookjs/storybook/issues/15336
37+
reactDocgen: false, // Disable to fix TypeScript 5.9.2 compatibility issue
3838
},
3939
};

0 commit comments

Comments
 (0)