src/tabviews/custom/components/card/cardItem/index.jsx @@ -16,7 +16,7 @@ } shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.props.data), fromJS(nextProps.data)) return !is(fromJS(this.props), fromJS(nextProps)) } /**