Skip to content

Commit

Permalink
Merge pull request #23310 from FelixRizzolli/patch-1
Browse files Browse the repository at this point in the history
Update frameworks.md

(cherry picked from commit 9d611ca)
  • Loading branch information
valentinpalkovic authored and storybook-bot committed Jul 10, 2023
1 parent 4671718 commit 14e09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Every modern web application has unique requirements and relies on various tools

### NextJS 13 doesn't work with Storybook

The latest release of [NexJS](https://nextjs.org/) introduced breaking changes (e.g., [TurboPack](https://turbo.build/pack), [Server Component](https://nextjs.org/docs/advanced-features/react-18/server-components), [SWC](https://nextjs.org/docs/advanced-features/compiler#why-swc)) that are not yet fully supported by Storybook. The Storybook team is working on adding support for these features. In the meantime, you can still use Storybook alongside your NextJS 13 project if you're not relying on them.
The latest release of [NextJS](https://nextjs.org/) introduced breaking changes (e.g., [TurboPack](https://turbo.build/pack), [Server Component](https://nextjs.org/docs/advanced-features/react-18/server-components), [SWC](https://nextjs.org/docs/advanced-features/compiler#why-swc)) that are not yet fully supported by Storybook. The Storybook team is working on adding support for these features. In the meantime, you can still use Storybook alongside your NextJS 13 project if you're not relying on them.

### My framework doesn't work with Storybook

Expand Down

0 comments on commit 14e09c6

Please sign in to comment.