(e, r)
| 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. |