Open nianiaJR opened 5 years ago
https://github.com/twobin/react-lazyload/blob/master/src/index.jsx#L192 It seems to be:
const needResetFinalLazyLoadHandler = (this.props.throttle !== undefined && delayType === 'throttle') || (delayType === 'debounce' && this.props.debounce === undefined);
https://github.com/twobin/react-lazyload/blob/master/src/index.jsx#L192 It seems to be: