MCPcopy Create free account
hub / github.com/caseywebdev/react-list / Component

Function Component

docs/index.js:83–88  ·  view source on GitHub ↗
(props, context, updater)

Source from the content-addressed store, hash-verified

81 assign = Object.assign,
82 emptyObject = {};
83function Component(props, context, updater) {
84 this.props = props;
85 this.context = context;
86 this.refs = emptyObject;
87 this.updater = updater || ReactNoopUpdateQueue;
88}
89Component.prototype.isReactComponent = {};
90Component.prototype.setState = function (partialState, callback) {
91 if (

Callers 4

renderWithHooksFunction · 0.85
renderWithHooksAgainFunction · 0.85
updateMemoComponentFunction · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…