src/tabviews/custom/components/tabs/antv-tabs/index.jsx
@@ -20,13 +20,15 @@ } state = { tabs: null tabs: null, parentIds: [] } UNSAFE_componentWillMount () { const { config } = this.props this.setState({ tabs: config tabs: config, parentIds: config.parentIds || [] }) }