MCPcopy Create free account
hub / github.com/ccj-007/easy-lowcode / _

Function _

renderer/index.js:421–423  ·  view source on GitHub ↗
(e, r, a)

Source from the content-addressed store, hash-verified

419 }, h = Object.assign, C = {};
420 Object.freeze(C);
421 function _(e, r, a) {
422 this.props = e, this.context = r, this.refs = C, this.updater = a || s;
423 }
424 _.prototype.isReactComponent = {}, _.prototype.setState = function(e, r) {
425 if (typeof e != "object" && typeof e != "function" && e != null)
426 throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");

Callers 2

qFunction · 0.85
GeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected