diff --git a/src/tabs/Tabs.tsx b/src/tabs/Tabs.tsx index 46fff8daf..507c834be 100644 --- a/src/tabs/Tabs.tsx +++ b/src/tabs/Tabs.tsx @@ -93,7 +93,7 @@ const Tabs = forwardRefWithStatics( return child; } if (child.props.destroyOnHide === false) { - return {child.props.children}; + return ; } } return null;