Update storybook from v9.0.0-rc.2 to v10.1.11#101
Conversation
f9baae5 to
36b1fa0
Compare
Deployed to Cloudflare Pages
|
0ac5fe4 to
ce44ca7
Compare
lubej
left a comment
There was a problem hiding this comment.
The following import is deprecated:
import { Meta } from '@storybook/addon-docs/blocks'
Should be:
import { Meta } from '@storybook/blocks'
This PR looks good to me, v10 didn't seem to introduce any breaking changes(https://storybook.js.org/docs/releases/migration-guide)
According to my tests (with storybook v10.1.11), the proposed new format doesn't seem to work:
So I guess this will need to be updated later, when some more updates land. For now, I'm merging this as it is. |
Automatic upgrade (using
yarn nlx storybook@latest upgrade) seems to have worked.Storybook still runs fine.