Fix: Stabilize realtime subscription callbacks

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 20:02:35 +00:00
parent ee351de1fb
commit 44ab477abc
2 changed files with 9 additions and 10 deletions

View File

@@ -936,10 +936,10 @@ export function useModerationQueueManager(config: ModerationQueueManagerConfig):
},
entityCache,
profileCache,
recentlyRemovedIds: recentlyRemovedRef.current,
interactingWithIds: interactingWith,
currentItems: items,
});
recentlyRemovedIds: recentlyRemovedRef.current,
interactingWithIds: interactingWith,
currentItemsRef: itemsRef,
});
return {
items,