strothj/react-docgen-typescript-loader

Remove quotes from default values / non-string values.

Opened this issue · 2 comments

Will default values always be surrounded by quotes? I feel for the above delay1, the default value shoudl be 250, not "250". Is it possible to accomplish that?

Originally posted by @city41 in #5 (comment)

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.

I've encountered this today in a different scenario using Docgen.

Strings are generated as "'string'" and numbers, booleans etc. as "20" or "true", so it's got nothing to do with the loader here.