Chris Kihneman

Results 4 comments of Chris Kihneman

+1. This would be a great feature, maybe it needs a special syntax of its own to trigger on so it knows indentation now matters... ``` ``` Or something like...

+1. I ended up writing myself a helper function to template an array at first (this is what i was used to from other libraries). Since then i've been been...

Ran into this issue with the [Storybook Info Addon](https://github.com/storybooks/storybook/tree/master/addons/info). Tracked it down to [this function in their code](https://github.com/storybooks/storybook/blob/master/addons/info/src/components/makeTableComponent.js#L19), which made me realize it is an issue with react-docgen parsing styled-components,...

At the very least, there should be a "Gotchas" section, or something to that effect added to the documentation that notes this blatant issue. I can imagine many people, like...