MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / renderPath

Function renderPath

site/renderPath.js:4–8  ·  view source on GitHub ↗
(path, props, onRender)

Source from the content-addressed store, hash-verified

2import IndexPage from './IndexPage';
3
4export default function renderPath(path, props, onRender) {
5 onRender(
6 IndexPage.renderToString(props)
7 );
8}

Callers

nothing calls this directly

Calls 1

renderToStringMethod · 0.80

Tested by

no test coverage detected