frontpage icon indicating copy to clipboard operation
frontpage copied to clipboard

🌐 The website for storybook.js.org

Results 53 frontpage issues
Sort by recently updated
recently updated
newest added

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

### Describe the bug With my addon that i just published, the addon page doesnt load the image. It loads on the npm page and the github page. ### Steps...

bug

### Describe the bug The documentation pages end up with a unnecessary `#gatsby-focus-wrapper` anchor in the url ### Steps to reproduce the behavior 1. Go to https://storybook.js.org/docs/react/get-started/introduction 2. Search for...

bug

### Describe the bug With a recent change to the documentation that refines the instructions on how to install Storybook for various frameworks, more specifically [this pr](https://github.com/storybookjs/storybook/pull/13591), and how to...

bug

Lets's highlight sub-area maintainers on the Community page. ## Proposal In https://github.com/storybooks/storybook/pull/6509 I added a config file `automention.yml` that maps github labels to maintainers who are willing to review PRs...

enhancement

Storybook docs had an `examples` page which was a community-contributed gallery of storybooks. We removed this in favor of `/use-cases` but people want to see more examples with source code...

enhancement

### Describe the bug After following the instructions outlined [here](https://storybook.js.org/docs/react/contribute/new-snippets#preview-your-work) when a user starts the website with `yarn start:skip-addons`, he's faced with the following errors in the console: ![gatsby-cli-issue](https://user-images.githubusercontent.com/22988955/196266685-1a3b163c-a026-4f67-9ec2-d3f39debea12.png) Although...

bug

Hi, I have added a storybook addon functionality to my component: https://github.com/TomFreudenberg/next-auth-mock Now I tried to complete the registration for the addon catalog from: https://storybook.js.org/docs/react/addons/addon-catalog/ The requirements can not be...

bug