MCPcopy
hub / github.com/preactjs/preact / render

Method render

compat/test/browser/useSyncExternalStore.test.jsx:701–706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

699 return { error };
700 }
701 render() {
702 if (this.state.error) {
703 return <Text text={this.state.error.message} />;
704 }
705 return this.props.children;
706 }
707 }
708
709 const store = createExternalStore({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected