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

Function Jr

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

Source from the content-addressed store, hash-verified

1305 return r;
1306 }
1307 function Jr(e, r) {
1308 if (!(!e._store || e._store.validated || e.key != null)) {
1309 e._store.validated = !0;
1310 var a = Ot(r);
1311 if (!Kr[a]) {
1312 Kr[a] = !0;
1313 var o = "";
1314 e && e._owner && e._owner !== B.current && (o = " It was passed a child from " + le(e._owner.type) + "."), Me(e), l('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Me(null);
1315 }
1316 }
1317 }
1318 function Xr(e, r) {
1319 if (typeof e == "object") {
1320 if (Ie(e))

Callers 1

XrFunction · 0.85

Calls 4

OtFunction · 0.85
leFunction · 0.85
MeFunction · 0.85
lFunction · 0.70

Tested by

no test coverage detected