UNPKG

react-d3-tooltip

Version:
9 lines (8 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTooltipUpdate = isTooltipUpdate; function isTooltipUpdate(nextProps, nextState, that) { if (nextProps.xTooltip !== that.props.xTooltip || nextProps.yTooltip !== that.props.yTooltip) return true;else return false; }