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
NextJs has an option to disableStaticImages in case a user wants to use an images string directly, instead of using the object. That is the way we have our front-end app setup. However with the latest update to storybook v7 using @storybook/nextjs that flag is not respected when we pass in the next.config.js file
Describe the bug
NextJs has an option to
disableStaticImages
in case a user wants to use an images string directly, instead of using the object. That is the way we have our front-end app setup. However with the latest update to storybook v7 using@storybook/nextjs
that flag is not respected when we pass in thenext.config.js
fileTo Reproduce
Here is an MVC repository to reproduce:
https://github.com/joebImagine/disablestaticimages_experiment
yarn dev
yarn storybook
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: