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

Function ValueView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1680–1684  ·  view source on GitHub ↗
({ valueId, store, debugIds })

Source from the content-addressed store, hash-verified

1678 )
1679});
1680var ValueView = ({ valueId, store, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1681 debugIds,
1682 id: valueId,
1683 children: EMPTY_STRING + (useValue(valueId, store) ?? EMPTY_STRING)
1684});
1685var ValuesView = ({
1686 store,
1687 valueComponent: Value = ValueView,

Callers

nothing calls this directly

Calls 1

useValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…