We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380a38c commit c3f64b7Copy full SHA for c3f64b7
.storybook/main.js
@@ -34,6 +34,6 @@ module.exports = {
34
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
35
typescript: {
36
check: true, // type-check stories during Storybook build
37
- // reactDocgen: false, // https://github.com/storybookjs/storybook/issues/15336
+ reactDocgen: false, // Disable to fix TypeScript 5.9.2 compatibility issue
38
},
39
};
0 commit comments