We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe69d commit f624fffCopy full SHA for f624fff
1 file changed
.storybook/main.ts
@@ -77,6 +77,8 @@ const config: StorybookConfig = {
77
reactDocgen: 'react-docgen-typescript',
78
reactDocgenTypescriptOptions: {
79
tsconfigPath: fileURLToPath(new URL('../tsconfig.json', import.meta.url)),
80
+ shouldExtractLiteralValuesFromEnum: true,
81
+ shouldRemoveUndefinedFromOptional: true,
82
},
83
84
staticDirs: isDevMode ? ['images-dev'] : ['images'],
0 commit comments