src/menu/components/share/actioncomponent/index.jsx
@@ -58,7 +58,6 @@ */ UNSAFE_componentWillReceiveProps (nextProps) { const { actionlist } = this.state if (!is(fromJS(nextProps.config.action), fromJS(this.props.config.action)) && !is(fromJS(nextProps.config.action), fromJS(actionlist))) { this.setState({actionlist: fromJS(nextProps.config.action).toJS()}) }