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

Method render

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:4740–4745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4738 console.error(error, info.componentStack)
4739 );
4740 render() {
4741 return this.state.e ? /* @__PURE__ */ jsx2("span", {
4742 className: "warn",
4743 children: INSPECTOR_ERROR_MESSAGE
4744 }) : this.props.children;
4745 }
4746};
4747var Header = ({ s }) => {
4748 const position = useValue(POSITION_VALUE, s) ?? 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected