Skip to content

Commit e870b9d

Browse files
authored
Merge pull request #28996 from storybookjs/docs-nextjs-vite-version
Docs: Clarify requirements of Next.js with Vite
2 parents 35a0cd9 + 81bac5a commit e870b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/get-started/frameworks/nextjs.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Storybook for Next.js is a [framework](../../contribute/framework.mdx) that make
8888

8989
You can use our freshly baked, experimental `@storybook/experimental-nextjs-vite` framework, which is based on Vite and removes the need for Webpack and Babel. It supports all of the features documented here.
9090

91+
<Callout variant="info">
92+
Using the Next.js framework with Vite requires Next.js 14.1.0 or later.
93+
</Callout>
94+
9195
{/* prettier-ignore-start */}
9296

9397
<CodeSnippets path="nextjs-vite-install.md" />

0 commit comments

Comments
 (0)