mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
parent
843236ccec
commit
258fe13227
@ -330,8 +330,8 @@ class Story extends Component {
|
||||
innerChildren.forEach(extract);
|
||||
return;
|
||||
}
|
||||
if (innerChildren.props && innerChildren.props.innerChildren) {
|
||||
extract(innerChildren.props.innerChildren);
|
||||
if (innerChildren.props && innerChildren.props.children) {
|
||||
extract(innerChildren.props.children);
|
||||
}
|
||||
if (
|
||||
typeof innerChildren === 'string' ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user