You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 functionis used in a way in which dependencies cannot be statically extracted./node_modules/@storybook/nextjs/dist/chunk-FFRTCGB4.mjs 1:353-360Critical dependency: require functionis used in a way in which dependencies cannot be statically extracted
動的な
require()
を使用していると言われている。StorybookはESMを使用しているはずなのでどこが問題なのかイマイチわからない
The text was updated successfully, but these errors were encountered: