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
  • Loading branch information
valentinpalkovic authored Jul 6, 2023
2 parents 992efdf + e03ff4e commit 9d611ca
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 9d611ca

Please sign in to comment.