if (!isEqual(this.props.defaultSelected, nextProps.defaultSelected)) {
            this.handleChange(
                [nextProps.defaultSelected.start, nextProps.defaultSelected.end],
                nextProps,
            );