checkPropChange(this.props.data, nextProps.data, () => {
            if (nextProps.showCount) {
                this.updateQueryOptions(nextProps);
            }
        });