Valentin Palkovic
Valentin Palkovic
@ndelangen Can we merge this one?
@Mattgic Thank you for opening up this issue. Indeed, you could import and use the custom decorator, which is automatically applied to each Next.js story also in your tests: ```tsx...
The fix will be available for 8.0.0-alpha.17 and for 7.6.13 as soon as these versions are released. At Storybook we are closing issues when the PR gets merged which fixes...
I think this issue happens because two different versions of Webpack are in place. Angular defines one, and Storybook represents the other one. Can you clear your lock files or...
The problem is pretty well explained in https://github.com/storybookjs/storybook/pull/15925. The issue is that the internal `DefinePlugin` in Webpack only replaces `process.env.` by its corresponding value and leaves `process.env` untouched. This is...
> I have the same problem on vuetify based project using `npx storybook@latest init`. > > How to reproduce: > > ``` > npm init vuetify > npx storybook@latest init...
@flexcommits Do you have a space somewhere in your project path? Could you try to remove it and let us know whether it works?
This error is pretty strange. I would assume that `react-docgen` just ignores CSS files and should not try to import them. I would suggest opening an issue at https://github.com/reactjs/react-docgen instead...
As far as I can see, the react-docgen loader isn't applied for `node_modules` components. We do this for performance reasons. I can see that you have resolved the issue by...
When I was talking about `react-docgen-loader`, I meant `react-docgen`, not `react-docgen-typescript`. You can see [here](https://github.com/storybookjs/storybook/blob/next/code/presets/react-webpack/src/framework-preset-react-docs.ts#L39) what I meant. Sorry for the confusion. I was not following the whole thread. What...