alibaba/hooks

useInfiniteScroll 在第一次请求还未返回时,快速切换到其他组件,会造成无限循环的请求

Open

#2,579 opened on Jun 25, 2024

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (2,471 forks)batch import
help wanted

Repository metrics

Stars
 (12,849 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

image 此处会默认执行一次setTimeout,触发函数scrollMethod,当页面被销毁时,判断条件将永久成立,会一直触发loadMore

Contributor guide