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

Function Rr

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

Source from the content-addressed store, hash-verified

638 return je(e, y, f, m, R, B.current, i);
639 }
640 function Rr(e, r) {
641 var a = je(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
642 return a;
643 }
644 function Cr(e, r, a) {
645 if (e == null)
646 throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");

Callers 2

_eFunction · 0.85
TrFunction · 0.85

Calls 1

jeFunction · 0.85

Tested by

no test coverage detected