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

Function render

compat/test/browser/useSyncExternalStore.test.jsx:58–60  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

56 function createRoot(container) {
57 return {
58 render(children) {
59 render(children, container);
60 }
61 };
62 }
63

Callers 15

textarea.test.jsxFile · 0.90
portals.test.jsxFile · 0.90
context.test.jsxFile · 0.90
getSuspenseListFunction · 0.90
getNestedSuspenseListFunction · 0.90
memo.test.jsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…