Skip to content

Commit

Permalink
⬆️ Upgrade to Storybook 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 10, 2024
1 parent 8926a73 commit c37baa8
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 3,695 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ const config: StorybookConfig = {
},
},
],
docs: {
autodocs: 'tag',
},
docs: {},
webpackFinal: async (config, {configType}) => {
if (!config.resolve) {
config.resolve = {};
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const preview: Preview = {
},
},
},
globals: {
initialGlobals: {
locale: reactIntl.defaultLocale,
locales: {
en: 'English',
Expand Down
Loading

0 comments on commit c37baa8

Please sign in to comment.