-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Revert "storybook v6 -> v7"" #1258
Conversation
This reverts commit 3457a95.
✅ Deploy Preview for ingred-ui ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
どこから同様の状態になるかをバージョンを下げながら確認したけど、v7.0.0 の時点では出てるのでそれが起因であることは間違いなさそう。 |
これひょっとしたら再現性がないかもしれない |
愚直にぽちぽちしたけど、おそらくクラッシュするのは CustomCell を指定した時の DataTable だけ |
render: (_args) => { | ||
render: () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused の引数を削ったら動いたんだけど、他のコンポーネントではそうではないのでいずれも再現性はなさそう
謎が深まった
package.json
Outdated
"@storybook/addon-essentials": "7.1.0-alpha.9", | ||
"@storybook/addon-links": "7.1.0-alpha.9", | ||
"@storybook/addon-mdx-gfm": "7.1.0-alpha.9", | ||
"@storybook/addon-storysource": "7.1.0-alpha.9", | ||
"@storybook/react": "7.1.0-alpha.9", | ||
"@storybook/react-webpack5": "7.1.0-alpha.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
さっき新しいバージョン出てたのでついでにあげた。
7.1.0 がリリースされたら alpha 消す作業する(dependabot が通知してくれそうだけど)
.storybook/main.js
Outdated
injectStoryParameters: false, | ||
}, | ||
}, | ||
}, | ||
"@storybook/addon-mdx-gfm", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@penicillin0
前回の自分のレビュー漏れで申し訳ないんですけど、これってなんで入ってるんでしたっけ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto migrationに従ってGithub Flavored Markdownを使う場合はいれておけよと言われていれました
markdownのところは非推奨になっていて変えるはずなので、将来的にはいらなくなるかも
一応前コンポーネント問題なく表示はされる |
"@storybook/addon-postcss", | ||
{ | ||
// MEMO: included in addon-essentials | ||
name: "@storybook/addon-docs", | ||
options: { | ||
sourceLoaderOptions: { | ||
injectStoryParameters: false, | ||
}, | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addon-essentials に内包されてるからなくて良さそう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!!!!!!!!!
Reverts #1257
CustomCell の部分について調査する