-
-
Notifications
You must be signed in to change notification settings - Fork 29
next 13 support #123
Comments
I simply deleted the |
I also ran into errors with this plugin. I opted to follow the guide from storybook here to force unoptimized images. I also ran into an issue with Next 13 that the Edit: the issue with |
Thank you all for your patience :) |
🎉 This issue has been resolved in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@RyanClementsHax https://github.com/RyanClementsHax/storybook-addon-next/blob/main/package.json#L83 and errors with next-13 projects:
|
crap |
Try v1.7.1 I just pushed an update |
Using the new font optimization from Next.js v13 causes an error.
|
Is legacy Image component |
I know it works with codemode but style went wrong at some part. I just used mock while relpacing from legacy to new import * as NextLegacyImage from 'next/legacy/image';
const OriginalNextImage = NextLegacyImage.default;
Object.defineProperty(NextLegacyImage, 'default', {
configurable: true,
value: (props) => <OriginalNextImage {...props} unoptimized loader={({ src }) => src} />,
}); |
Describe the bug
Your minimal, reproducible example
n/a
Steps to reproduce
upgrade next to 13.0.0.
Expected behavior
should install properly
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
any
storybook-addon-next version
1.6.9
Additional context
No response
The text was updated successfully, but these errors were encountered: