MCPcopy
hub / github.com/PaulLeCam/react-leaflet / Child

Function Child

packages/core/__tests__/components.tsx:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96 let rendered = false
97 function Child() {
98 useEffect(() => {
99 rendered = true
100 }, [])
101 return null
102 }
103
104 render(
105 <StrictMode>

Callers

nothing calls this directly

Calls 1

useLeafletContextFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…