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

Function TopLevelWrapper

docs/lib/react.js:11284–11286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11282 */
11283var topLevelRootCounter = 1;
11284var TopLevelWrapper = function () {
11285 this.rootID = topLevelRootCounter++;
11286};
11287TopLevelWrapper.prototype.isReactComponent = {};
11288if ("development" !== 'production') {
11289 TopLevelWrapper.displayName = 'TopLevelWrapper';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…