diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 80f782f44..440f9128b 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -2,14 +2,11 @@ import type { Preview } from '@storybook/react'; const preview: Preview = { parameters: { - // This should work after upgrading to Storybook 7.6 but doesn't. - // I am leaving it commented out here so we can fix it one day. - // - // options: { - // storySort: { - // order: ['Components', 'Utilities'], - // }, - // }, + options: { + storySort: { + order: ['Components', 'Utilities'], + }, + }, // disables Chromatic on a global level chromatic: { disable: true },