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

Function n

renderer/index.js:351–358  ·  view source on GitHub ↗
(e, r)

Source from the content-addressed store, hash-verified

349 }
350 var Te = {};
351 function n(e, r) {
352 {
353 var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", i = o + "." + r;
354 if (Te[i])
355 return;
356 l("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), Te[i] = !0;
357 }
358 }
359 var s = {
360 /**
361 * Checks whether or not this composite component is mounted.

Callers 2

BtFunction · 0.85
qtFunction · 0.85

Calls 1

lFunction · 0.70

Tested by

no test coverage detected