Skip to content

Commit

Permalink
Merge pull request #186 from open-formulieren/chore/upgrade-storybook
Browse files Browse the repository at this point in the history
Upgrade to Storybook 8.3.5
  • Loading branch information
sergei-maertens authored Oct 11, 2024
2 parents 8926a73 + c37baa8 commit f85fb9d
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 f85fb9d

Please sign in to comment.