Replies: 2 comments
-
The MIGRATION notes explain how to suppress this error if you're not using PostCSS: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this has been fixed several years ago in Storybook 7. Closing as outdated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On
@storybook/react v6.5.0-beta.0
, I'm getting:But I don't use PostCSS, or any CSS loading at all; I use Emotion for styling. According to #13669, it sounds like the only way to remove the warning is to add
addon-postcss
unnecessarily, disable all depreciation warnings with--no-deprecation
, or wait for 7.0 to come out. Is there a better way to make it go away?Beta Was this translation helpful? Give feedback.
All reactions