alibaba/hooks

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

Open

#2579 opened on Jun 25, 2024

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

Description

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

Contributor guide