Skip to content

Commit

Permalink
Storybook: update docs to clarify the absence of polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 25, 2022
1 parent c3ae088 commit 41faf41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storybook/stories/docs/introduction.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ To use it in your local development environment run the following command in the
npm run storybook:dev
```

## Additional notes

Please note that **polyfills are not loaded in Storybook** (unlike what happens in the Gutenberg app). As a result, certain components may not work as expected depending on which browser is being used to view the interactive stories.

## Resources to learn more:

- [Storybook.js.org](https://storybook.js.org/) - Storybook is a frontend workshop for building UI components and pages in isolation.
Expand Down

0 comments on commit 41faf41

Please sign in to comment.