src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -254,7 +254,7 @@ } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState)) return !is(fromJS(this.state), fromJS(nextState)) } /**