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

Function Qe

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

Source from the content-addressed store, hash-verified

568 });
569 }
570 function Qe(e, r) {
571 var a = function() {
572 Xe || (Xe = !0, l("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
573 };
574 a.isReactWarning = !0, Object.defineProperty(e, "ref", {
575 get: a,
576 configurable: !0
577 });
578 }
579 function Ze(e) {
580 if (typeof e.ref == "string" && B.current && e.__self && B.current.stateNode !== e.__self) {
581 var r = le(B.current.type);

Callers 1

ErFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected