MCPcopy Create free account
hub / github.com/Lobos/react-ui / getTopLevelWrapperInContainer

Function getTopLevelWrapperInContainer

docs/lib/react.js:11273–11276  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

11271}
11272
11273function getTopLevelWrapperInContainer(container) {
11274 var root = getNativeRootInstanceInContainer(container);
11275 return root ? root._nativeContainerInfo._topLevelWrapper : null;
11276}
11277
11278/**
11279 * Temporary (?) hack so that we can store all top-level pending updates on

Callers 1

react.jsFile · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…