#Missing the Canvas + Docs tabs in the top bar of my Storybook

3 messages · Page 1 of 1 (latest)

pearl tapir
#

I'm missing the Canvas/Docs tabs in the header of my Storybook UI. I'm trying to use Storybook inside of a NextJS project that also uses styled-components.

My package.json looks like this:

"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^7.0.0-beta.20",
"@storybook/addon-interactions": "^7.0.0-beta.20",
"@storybook/addon-links": "^7.0.0-beta.20",
"@storybook/blocks": "^7.0.0-beta.20",
"@storybook/nextjs": "^7.0.0-beta.20",
"@storybook/react": "^7.0.0-beta.20",
"@storybook/testing-library": "^0.0.13",

I followed the following blog post from Storybook to get things set up:
https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/

I've been stuck on this problem for a few days so hoping someone has seen something similar and can point me in the right direction.

Thanks in advance for your time/help!

Storybook Blog

Zero-config support for Next.js 12/13 using our new framework package

tranquil moth
#

👋