MCPcopy
hub / github.com/TanStack/query / unsubscribe

Function unsubscribe

packages/query-devtools/src/Devtools.tsx:478–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 }
477
478 const unsubscribe = () => {
479 if (isResizing()) {
480 setIsResizing(false)
481 }
482 document.removeEventListener('mousemove', runDrag, false)
483 document.removeEventListener('mouseUp', unsubscribe, false)
484 }
485
486 document.addEventListener('mousemove', runDrag, false)
487 document.addEventListener('mouseup', unsubscribe, false)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…