Ah yes, looks like I need to update with npx sb@next upgrade --prerelease : https://github.com/storybookjs/storybook/issues/21330 / https://github.com/storybookjs/storybook/pull/21247
GitHub
Is your feature request related to a problem? Please describe Since next.js v13.2 deprecate the @next/font package in favor of the integrated next/font export. The storybook next.js integration onl...
GitHub
Closes #21330
What I did
Migrated @next/font to stable next/font present in next.js v13.2.0.
How to test
Add Storybook to a project using nextjs framework
Add next/font to preview.js (example usin...