Skip to content

Commit 72c20e6

Browse files
committed
Storybook upgrade and fix
1 parent bc50ab7 commit 72c20e6

File tree

4 files changed

+6126
-6926
lines changed

4 files changed

+6126
-6926
lines changed

.storybook/main.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ module.exports = {
66
"@storybook/addon-actions",
77
"@storybook/addon-links",
88
{
9-
name: "@storybook/addon-docs/preset",
9+
name: "@storybook/addon-docs",
1010
options: {
1111
configureJSX: true,
1212
inlineStories: false,
1313
},
1414
},
1515
],
16-
typescript: {
17-
check: true,
18-
checkOptions: {},
19-
reactDocgen: "react-docgen-typescript",
20-
},
2116
webpackFinal: async (config, { configType }) => {
2217
if (process.env.NODE === "production") {
2318
config.output.publicPath = "/react-spaces/docs";

0 commit comments

Comments
 (0)