twobin / twobin/react-lazyload
Is there a misspelling in the source code about 'needResetFinalLazyLoadHandler'?
Open
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 485
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/twobin/react-lazyload/blob/master/src/index.jsx#L192
It seems to be:
```javascript
const needResetFinalLazyLoadHandler = (this.props.throttle !== undefined && delayType === 'throttle')
|| (delayType === 'debounce' && this.props.debounce === undefined);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.