MCPcopy
hub / github.com/gregberge/loadable-components / render

Function render

packages/component/src/library.js:14–20  ·  view source on GitHub ↗
({ result, props })

Source from the content-addressed store, hash-verified

12 }
13 },
14 render({ result, props }) {
15 if (props.children) {
16 return props.children(result)
17 }
18
19 return null
20 },
21})

Callers 2

loadable.test.jsFile · 0.70
renderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected