lint: Added an eslint disable comment in MinappPopupContainer to address

This commit is contained in:
kangfenmao 2025-04-01 21:05:36 +08:00
parent 4bf15aed25
commit e572b3801b
2 changed files with 2 additions and 2 deletions

View File

@ -86,6 +86,7 @@ const MinappPopupContainer: React.FC = () => {
lastMinappId.current = currentMinappId
lastMinappShow.current = minappShow
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [minappShow, currentMinappId])
useEffect(() => {

View File

@ -257,8 +257,7 @@ const Messages: React.FC<MessagesProps> = ({ assistant, topic, setActiveTopic })
loader={null}
scrollableTarget="messages"
inverse
style={{ overflow: 'visible' }}
>
style={{ overflow: 'visible' }}>
<ScrollContainer>
<LoaderContainer $loading={isLoadingMore}>
<BeatLoader size={8} color="var(--color-text-2)" />