fix: 🐛

This commit is contained in:
codytseng
2025-12-24 22:30:00 +08:00
parent 56f0aa9fd5
commit 41a65338b5
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ const NoteList = forwardRef<
observerInstance.unobserve(currentBottomRef)
}
}
}, [hasMore, events, showCount, timelineKey])
}, [hasMore, events, showCount, timelineKey, loading])
const showNewEvents = () => {
setEvents((oldEvents) => [...newEvents, ...oldEvents])

View File

@@ -265,7 +265,7 @@ export default function ReplyNoteList({
observerInstance.unobserve(currentBottomRef)
}
}
}, [replies, showCount, until, timelineKey])
}, [replies, showCount, until, timelineKey, loading])
return (
<div className="min-h-[80vh]">