We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0cfb3 commit 6ac2f37Copy full SHA for 6ac2f37
.storybook/main.ts
@@ -23,9 +23,10 @@ const config: StorybookConfig = {
23
},
24
'@storybook/addon-links',
25
'@storybook/addon-essentials',
26
- '@chromatic-com/storybook',
27
'@storybook/addon-a11y',
28
'../storyhelpers/storybook-readme',
+ // TODO: Remove this when Chromatic supports this version of Storybook
29
+ // '@chromatic-com/storybook',
30
],
31
32
framework: {
0 commit comments