MCPcopy
hub / github.com/nytimes/react-tracking / Page

Function Page

src/__tests__/hooks.test.js:194–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 function Page() {
195 useTracking({ page: 'Page' });
196 return <div>Page</div>;
197 }
198
199 mount(
200 <App>

Callers

nothing calls this directly

Calls 1

useTrackingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…