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

Function Pt

renderer/index.js:1360–1371  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1358 }
1359 }
1360 function Pt(e) {
1361 {
1362 for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
1363 var o = r[a];
1364 if (o !== "children" && o !== "key") {
1365 Me(e), l("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Me(null);
1366 break;
1367 }
1368 }
1369 e.ref !== null && (Me(e), l("Invalid attribute `ref` supplied to `React.Fragment`."), Me(null));
1370 }
1371 }
1372 function Zr(e, r, a) {
1373 var o = E(e);
1374 if (!o) {

Callers 1

ZrFunction · 0.85

Calls 2

MeFunction · 0.85
lFunction · 0.70

Tested by

no test coverage detected