We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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