lint: Added an eslint disable comment in MinappPopupContainer to address
This commit is contained in:
parent
4bf15aed25
commit
e572b3801b
@ -86,6 +86,7 @@ const MinappPopupContainer: React.FC = () => {
|
|||||||
lastMinappId.current = currentMinappId
|
lastMinappId.current = currentMinappId
|
||||||
lastMinappShow.current = minappShow
|
lastMinappShow.current = minappShow
|
||||||
}
|
}
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minappShow, currentMinappId])
|
}, [minappShow, currentMinappId])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
@ -257,8 +257,7 @@ const Messages: React.FC<MessagesProps> = ({ assistant, topic, setActiveTopic })
|
|||||||
loader={null}
|
loader={null}
|
||||||
scrollableTarget="messages"
|
scrollableTarget="messages"
|
||||||
inverse
|
inverse
|
||||||
style={{ overflow: 'visible' }}
|
style={{ overflow: 'visible' }}>
|
||||||
>
|
|
||||||
<ScrollContainer>
|
<ScrollContainer>
|
||||||
<LoaderContainer $loading={isLoadingMore}>
|
<LoaderContainer $loading={isLoadingMore}>
|
||||||
<BeatLoader size={8} color="var(--color-text-2)" />
|
<BeatLoader size={8} color="var(--color-text-2)" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user