tedconf / react-ted-bootstrap

A React-based component library for internal TED projects
https://tedconf.github.io/react-ted-bootstrap/
1 stars 1 forks source link

Export named functions to fix 'Unknown' on Storybook #29

Closed romulomachado closed 5 years ago

romulomachado commented 5 years ago

Before

Screen Shot 2019-09-05 at 1 32 13 PM

After

Screen Shot 2019-09-05 at 1 32 24 PM

Still trying to figure out how to fix nested components like Gear.Item and Select.Item. displayName is the suggestion I found, but it doesn't work.