WARN The following packages are incompatible with Storybook 8.4.4 as they depend on different major versions of Storybook pa
ckages:
WARN - @storybook/addon-styling@1.3.7
WARN
WARN
WARN Please consider updating your packages or contacting the maintainers for compatibility details.
WARN For more on Storybook 8 compatibility, see the linked GitHub issue:
WARN https://github.com/storybookjs/storybook/issues/26031
関連URL
4522
概要
Storybook起動時、以下のようなメッセージが表示されます。
以前対応した内容(#4522)なのですが、他の修正のタイミング(#4516)で再度パッケージが入ったようです。
改めてパッケージを削除しました。
変更内容
pnpm --filter smarthr-ui remove @storybook/addon-styling
確認方法
pnpm --filter smarthr-ui dev
)やビルド(pnpm --filter smarthr-ui build
) ができること