mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 17:51:12 -05:00
feat: Implement emergency hotfixes
This commit is contained in:
@@ -61,8 +61,8 @@ export interface RealtimeSubscriptionConfig {
|
||||
/** Set of IDs currently being interacted with */
|
||||
interactingWithIds: Set<string>;
|
||||
|
||||
/** Current items in queue (for comparison) - using ref to avoid reconnections */
|
||||
currentItemsRef: React.MutableRefObject<ModerationItem[]>;
|
||||
/** Current items in queue (for comparison) - using ref to avoid reconnections (optional) */
|
||||
currentItemsRef?: React.MutableRefObject<ModerationItem[]>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user