MCPcopy Create free account
hub / github.com/TanStack/query / resizeCB

Function resizeCB

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

Source from the content-addressed store, hash-verified

309 createEffect(() => {
310 const win = pip().pipWindow
311 const resizeCB = () => {
312 if (!win) return
313 setPanelWidth(win.innerWidth)
314 }
315 if (win) {
316 win.addEventListener('resize', resizeCB)
317 resizeCB()

Callers 1

PiPPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected