We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e9219 commit 3a3f693Copy full SHA for 3a3f693
src/TabBarMixin.js
@@ -13,8 +13,7 @@ export default {
13
this.props.onTabClick(key);
14
},
15
getTabs() {
16
- const { panels, activeKey, prefixCls } = this.props;
17
- const { children } = panels;
+ const { panels: children, activeKey, prefixCls } = this.props;
18
const rst = [];
19
20
React.Children.forEach(children, (child) => {
0 commit comments