MCPcopy Index your code
hub / github.com/danielstocks/react-sortable / v

Function v

bundle.js:1134–1136  ·  view source on GitHub ↗
(a, b, d)

Source from the content-addressed store, hash-verified

1132var u = { isMounted: function isMounted() {
1133 return !1;
1134 }, enqueueForceUpdate: function enqueueForceUpdate() {}, enqueueReplaceState: function enqueueReplaceState() {}, enqueueSetState: function enqueueSetState() {} };function v(a, b, d) {
1135 this.props = a;this.context = b;this.refs = p;this.updater = d || u;
1136}v.prototype.isReactComponent = {};v.prototype.setState = function (a, b) {
1137 "object" !== (typeof a === "undefined" ? "undefined" : _typeof(a)) && "function" !== typeof a && null != a ? t("85") : void 0;this.updater.enqueueSetState(this, a, b, "setState");
1138};v.prototype.forceUpdate = function (a) {
1139 this.updater.enqueueForceUpdate(this, a, "forceUpdate");

Callers 1

LfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected