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

Function ReactCompositeComponentWrapper

docs/lib/react.js:17087–17089  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

17085
17086// To avoid a cyclic dependency, we create the final class in this module
17087var ReactCompositeComponentWrapper = function (element) {
17088 this.construct(element);
17089};
17090_assign(ReactCompositeComponentWrapper.prototype, ReactCompositeComponent.Mixin, {
17091 _instantiateReactComponent: instantiateReactComponent
17092});

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…