Skip to content

Commit

Permalink
Update storybook to v.8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Oct 2, 2024
1 parent 987c217 commit 1c843f1
Show file tree
Hide file tree
Showing 5 changed files with 11,138 additions and 1,018 deletions.
5 changes: 2 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const config: StorybookConfig = {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-actions",
],

framework: {
Expand All @@ -18,7 +17,7 @@ const config: StorybookConfig = {
docs: {},

typescript: {
reactDocgen: "react-docgen-typescript"
}
reactDocgen: "react-docgen-typescript",
},
};
export default config;
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const preview: Preview = {
date: /Date$/i,
},
},
actions: { argTypesRegex: "^on.*" },
},
decorators: [
(Story) => (
Expand Down
Loading

0 comments on commit 1c843f1

Please sign in to comment.