Describe the bug
Warning in the CLI when using @storybook/addon-postcss with the latest version of Storybook version 7.0.2. Warning in the terminal:
Attention: We've detected that you're using the following addons in versions which are known to be incompatible with Storybook 7
Currently using: @storybook/addon-postcss@2.0.0
Steps to reproduce the behavior
- Install or update all Storybook packages to the latest version of
7.0.2.
- Amend the Storybook
main.js file, as this has now changed, to ensure the Storybook configuration is correct.
- Amend the scripts in the
package.json file to run Storybook.
- Warning should appear within the terminal.
Expected behavior
Warning is not showing within the terminal.
Environment
- macOS
Ventura 13.2 on MacBook Pro (Apple M1 Pro)
- Node version
18.15.0
Additional context
Storybook does run without issues, but the warning appears within the terminal.
Describe the bug
Warning in the CLI when using
@storybook/addon-postcsswith the latest version ofStorybookversion7.0.2. Warning in the terminal:Attention: We've detected that you're using the following addons in versions which are known to be incompatible with Storybook 7Currently using:
@storybook/addon-postcss@2.0.0Steps to reproduce the behavior
7.0.2.main.jsfile, as this has now changed, to ensure the Storybook configuration is correct.package.jsonfile to run Storybook.Expected behavior
Warning is not showing within the terminal.
Environment
Ventura 13.2on MacBook Pro (Apple M1 Pro)18.15.0Additional context
Storybook does run without issues, but the warning appears within the terminal.