fix(conversation): update dependency on conversation ID for effect hooks
This commit is contained in:
@@ -173,7 +173,7 @@ export function ChatPanel() {
|
||||
toast.error(error instanceof Error ? error.message : "设置已读失败");
|
||||
});
|
||||
}, [
|
||||
conversation,
|
||||
conversation?.id,
|
||||
getViewport,
|
||||
isNearBottom,
|
||||
loading,
|
||||
|
||||
Reference in New Issue
Block a user