MCPcopy Create free account
hub / github.com/microsoft/SandDance / renderSubtreeIntoContainer

Function renderSubtreeIntoContainer

docs/external/js/react-dom.development.js:25090–25093  ·  view source on GitHub ↗
(parentComponent, element, containerNode, callback)

Source from the content-addressed store, hash-verified

25088 }
25089
25090 function renderSubtreeIntoContainer(parentComponent, element, containerNode, callback) {
25091
25092 return unstable_renderSubtreeIntoContainer(parentComponent, element, containerNode, callback);
25093 }
25094
25095 function unstable_createPortal(children, container) {
25096 var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;

Callers

nothing calls this directly

Tested by

no test coverage detected