storybookjs / addon-kit

Everything you need to build a Storybook addon
https://storybook.js.org/docs/react/addons/writing-addons
MIT License
142 stars 35 forks source link

Replace icons with @storybook/icons from @storybook/components #68

Open k35o opened 5 months ago

k35o commented 5 months ago

In Storybook8, Icons component in @storybook/components is deprecated and @storybook/icons is used instead. https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated

I replaced Icon because we were still using @storybook/components.

k35o commented 5 months ago

I could not find the cause of the error. The type inference should be correct in local.