feat: 🎸 重新封装了滚动加载/解决了一个引用bug
This commit is contained in:
@@ -72,7 +72,6 @@ const ProjectLibrary = () => {
|
||||
<InfiniteScroll
|
||||
loadMore={fetchProjects}
|
||||
hasMore={hasMore}
|
||||
threshold={100}
|
||||
empty={projectList.length === 0}
|
||||
className="user-portfolio-list"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user