uyupun / official

サグラダ・ファミリア
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Storybookで警告が出ている② #406

Open tyokinuhata opened 2 weeks ago

tyokinuhata commented 2 weeks ago
WARN Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

動的な require() を使用していると言われている。 StorybookはESMを使用しているはずなのでどこが問題なのかイマイチわからない

tyokinuhata commented 2 weeks ago
client.js:199 [HMR] bundle 'preview' has 2 warnings
client.js:200 ./node_modules/@storybook/nextjs/dist/chunk-FFRTCGB4.mjs 1:224-231Critical dependency: require function is used in a way in which dependencies cannot be statically extracted./node_modules/@storybook/nextjs/dist/chunk-FFRTCGB4.mjs 1:353-360Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

ブラウザ側で↑のような警告が出ているので、 @storybook/nextjs の依存関係内で発生しているのかもしれない。そうなるとライブラリのアップデートくらいしかできることはなさそう