Allow image to be imported as a string instead of an object when using the nextjs framework #22882
Unanswered
joebates-gfm
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading storybook to v7 and utilizing the
"@storybook/nextjs"
framework, I'm currently running into an issue in our repo where we import images as a string. However when in storybook, those same images are imported as an object. Is there a way to force storybook to import images as a string like it did beforeThis is also the relevant part of the migration docs that I came across:
Beta Was this translation helpful? Give feedback.
All reactions