strothj

Results 31 comments of strothj

Hello, thank you for the reports. The loader has an option to disable attaching displayName automatically. The purpose of attaching displayName is to prevent the component name from disappearing when...

One thing that might be worth checking is seeing if Styleguidist with `react-docgen-typescript` has any similar issues. > Would a fix that assumes display name to be in kebab case,...

Hello, On first glance, can you try changing this: ```js export interface ITextInputProps { /** * Name of field * * @default "input" **/ name: string, } ``` to this:...

@dhanson358 Were you still interested in working this issue out? Let me know so I can close this issue or see what else I can do to assist you.

Any information you can provide would be awesome. If you feel you need to add a way to get some debug output easier, feel free to make a pull request...

Thanks for taking the time to get that information for me. A minimal reproduction in a repo would help a lot. This library passes along the source code to a...

I’m going to leave this issue open until I find some time to update the documentation. Nice work! Also will update the dependency to their project. I need to review...

I tested with an updated version of `react-docgen-typescript`. The issue is still present. I've documented the issue in the readme to hopefully save others some time.

> > > Update from before: when I disabled `@storybook/preset-create-react-app` from the addons section the Prop Types section was populated. So perhaps it was a conflict between the CRA config...

Currently the default values are surrounded by quotes. I'm not sure if this comes from `@storybook/addon-info` or if it comes from `react-docgen-typescript` so it will need some investigation.