Skip to content

Commit 6ac2f37

Browse files
committed
fix: removes the @chromatic-com/storybook because it does not work currently
1 parent cd0cfb3 commit 6ac2f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ const config: StorybookConfig = {
2323
},
2424
'@storybook/addon-links',
2525
'@storybook/addon-essentials',
26-
'@chromatic-com/storybook',
2726
'@storybook/addon-a11y',
2827
'../storyhelpers/storybook-readme',
28+
// TODO: Remove this when Chromatic supports this version of Storybook
29+
// '@chromatic-com/storybook',
2930
],
3031

3132
framework: {

0 commit comments

Comments
 (0)