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

Function _r

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

Source from the content-addressed store, hash-verified

559 return e.key !== void 0;
560 }
561 function _r(e, r) {
562 var a = function() {
563 Je || (Je = !0, l("%s: `key` 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));
564 };
565 a.isReactWarning = !0, Object.defineProperty(e, "key", {
566 get: a,
567 configurable: !0
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));

Callers 1

ErFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected