-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
**Describe the bug**
Define typescript props for component with extending other props, doesn't show the extended props.
For example a component with
```ts
interface TProps extends ComponentProps…
-
As addon-knobs is deprecated ([ref](https://github.com/storybookjs/addon-knobs/tree/v6.4.0#storybook-addon-knobs-deprecated)), it should be replaced with [@storybook/addon-controls](https://storybook.…
-
I used to have storybook configured where it would auto-detect that my project was create-react-app based. I recently upgraded storybook and started using the cra preset. Using the preset seems to hav…
-
With the Knobs addon I could include a button and associated handler... is this possible with the Controls addon?
```
import { button } from '@storybook/addon-knobs';
const label = 'Do Somethi…
-
`gatsby new gatsby-starter https://github.com/fabien0102/gatsby-starter`
```
info Creating new site from git: https://github.com/fabien0102/gatsby-starter.git
Cloning into 'gatsby-starter'...
…
-
We are producing WebComponents with several options. The Addon "Knobs" is perfect to show the result of the combination of these knobs.
Our customers wants to compose their combination of knobs they…
-
I've been using `react-docgen-typescript-loader` ever since `@storybook/addon-docs` came out.
Recently whilst upgrading to the beta and eventually to the stable `5.3` i've experienced major performan…
-
With REACT 18 this component breaks.
/index.js
```javascript
self.setState(function () {
return _extends({}, self.state, {
dragDistance: distanceFromCenter,
…
-
**Describe the bug**
The Stroybook docs plugin does not pick up my jsdoc description of my react components. No knobs are created and the component description contains the raw jsdoc information
*…