We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca4535 commit 0867aecCopy full SHA for 0867aec
.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