We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d491d commit f8cfdbaCopy full SHA for f8cfdba
1 file changed
apps/sim/contexts/socket-context.tsx
@@ -85,8 +85,6 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
85
const [currentWorkflowId, setCurrentWorkflowId] = useState<string | null>(null)
86
const [presenceUsers, setPresenceUsers] = useState<PresenceUser[]>([])
87
88
-
89
90
// Use refs to store event handlers to avoid stale closures
91
const eventHandlers = useRef<{
92
workflowOperation?: (data: any) => void
0 commit comments