-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: next/image
parameters are not respected.
#22895
Comments
The workaround not working anymore for latest Next.js release. ref: #23296 |
I think the issue persist, after updating the dependencies of the repro example and my working repository. |
@valentinpalkovic |
@kodai3 have you tried the workaround mentioned in this comment? |
this comment means I can't write the workaround like this in the
I'm using this workaround with next v13 and storybook v7.0.18 just fine but I can't upgrade because of that. I've tried updating the versions without editing |
Hi there! Thank you for opening this issue, but it has been marked as |
What can I do to move this forward ? |
@kodai3 I tried another workaround with defining your own |
@vanessayuenn Thank you for the info. It did the trick for me as well. I think the goal of the issue you let me know is prety much aligned with this one. Do you think I should close this and discuss there? |
@kodai3 happy to hear that it works! closing this for now so we can keep the discussion in the other issue. |
Still happen on version |
Describe the bug
Trying to override parameters for
next/image
as documented not works.To Reproduce
https://stackblitz.com/edit/github-datkdu?file=stories%2FPage.stories.js
Go to
Page.stories
and see the resultSystem
Additional context
For now, I just re-mocking myself, because the lazy load behavior leads to flaky visual regression test, especially with legacy component.
The text was updated successfully, but these errors were encountered: