strothj

Results 31 comments of strothj

Hello, I left an example explanation here: https://github.com/strothj/react-docgen-typescript-loader/pull/21 `loaders: [` should be `use: [` due to that use being deprecated. It's aliased per the explanation here: https://webpack.js.org/configuration/module/#rule-loaders so I don't...

This is likely an issue with the code generation in this package. I won't be able to work on this issue for a couple weeks likely but for the time...

Right now, the TypeScript docgen loader does its parsing, then passes the resulting code to the next loader. The next loader in this case is Babel, which currently is configured...

Yep, I'm going to keep this open for now.

Hello, I've merged in a change from https://github.com/strothj/react-docgen-typescript-loader/pull/21, thanks @rkostrzewski, which adds support for providing a function to filter props. We're hoping to see https://github.com/styleguidist/react-docgen-typescript/pull/111 merged in so that we...

It's going to be a busy next month or two for me. I'd be happy to merge in a pull request if someone can solve this.

This sounds great. You'll need to review the docgen structure returned from the underlying `react-docgen-typescript` project to determine if the information you need is present or not. That library performs...

Where are you accessing the documentation for hooks in Storybook? It didn't occur to me there was a way to do that.

Hello, Can you post the contents of one of the files that is being reported as having a missing `;`? Can you try surrounding the affected code block in a...

Can you post the source of the story file? I want to get a better idea of what’s going on.