MCPcopy Create free account
hub / github.com/tinyplex/tinybase / Custom

Function Custom

test/unit/core/ui-react/ui-react-dom.test.tsx:31–33  ·  view source on GitHub ↗
({store: _store, queries: _queries, ...props}: ExtraProps)

Source from the content-addressed store, hash-verified

29let queries: Queries;
30
31const Custom = ({store: _store, queries: _queries, ...props}: ExtraProps) => (
32 <b>{JSON.stringify(props)}</b>
33);
34
35const getIdsAsProp = (...ids: Ids) => ({...ids});
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…