When a component is composed of other components, Storybook shows a tabbed interface for the resulting component and each of its constituent components.
Actual behavior
In the React Storybook, the resulting component shows as undefined, and for some components can't automatically generate the controls available.
Expected behavior
When a component is composed of other components, Storybook shows a tabbed interface for the resulting component and each of its constituent components.
Actual behavior
In the React Storybook, the resulting component shows as
undefined
, and for some components can't automatically generate the controls available.Steps to reproduce the issue