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

Function At

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

Source from the content-addressed store, hash-verified

1405 return Qr(o), o;
1406 }
1407 function At(e, r) {
1408 var a = re.transition;
1409 re.transition = {};
1410 var o = re.transition;
1411 re.transition._updatedFibers = /* @__PURE__ */ new Set();
1412 try {
1413 e();
1414 } finally {
1415 if (re.transition = a, a === null && o._updatedFibers) {
1416 var i = o._updatedFibers.size;
1417 i > 10 && te("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
1418 }
1419 }
1420 }
1421 var rt = !1, lr = null;
1422 function Dt(e) {
1423 if (lr === null)

Callers

nothing calls this directly

Calls 1

teFunction · 0.85

Tested by

no test coverage detected