While ``` <ArgsTable of={SomeComponent} /> ``` does its job quite well, you cannot do ``` <ArgsTable story="^" /> ``` and get an interactive args table with controls. This also includes having a default component set ``` <Meta component={SomeComponent} ``` We need to figure out why
While
does its job quite well, you cannot do
and get an interactive args table with controls.
This also includes having a default component set
We need to figure out why