MCPcopy Create free account
hub / github.com/effector/effector / GateComponent

Function GateComponent

src/react/createGate.ts:67–70  ·  view source on GitHub ↗
(props: State)

Source from the content-addressed store, hash-verified

65 })
66 }
67 function GateComponent(props: State) {
68 useGateHook(GateComponent as any, props, getScope())
69 return null
70 }
71 GateComponent.open = open
72 GateComponent.close = close
73 GateComponent.status = status

Callers

nothing calls this directly

Calls 1

getScopeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…