jonniebigodes
jonniebigodes
With this pull request, some additional links in the monorepo are updated to reflect the recent changes introduced by the core restructuring. Closes #18807 and follows up on #18810 The...
With this pull request, the Design Systems for Developers is updated to feature interaction testing using Storybook's `play` function, debugging with `@storybook/addon-interactions`, and automated test execution with the `test-runner` package....
With this issue, the intent is to document the necessary changes for the Intro to Storybook tutorial for React Native. What needs to change: - Generate a template for the...
Following the recent comments raised during the review process of the changes to the Intro to Storybook tutorial, we'll need to figure out some better patterns to balance out not...
Looking at the present state of the Intro to Storybook in its various forms (frameworks), there's a lot of work that the reader needs to do in order to get...
This issue addresses how we could implement relative linking in the tutorials. As of now, we'll need to add the full url for navigation from chapter to chapter. As Gatsby...
### 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...
### 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:  Although...
## What I did With this pull request, the visual testing documentation was updated to factor in the Visual tests addon. What was done: - Removed the previous assets as...
Follows up on #24165, #24530, #25344 ## What I did With this pull request, the documentation was updated to factor in the inclusion of `react-docgen` as the default React parser...