MCPcopy Create free account
hub / github.com/microsoft/SandDance / rerenderTransition

Function rerenderTransition

docs/external/js/react-dom.development.js:15693–15700  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

15691 }
15692
15693 function rerenderTransition(config) {
15694 var _rerenderState2 = rerenderState(),
15695 isPending = _rerenderState2[0],
15696 setPending = _rerenderState2[1];
15697
15698 var start = updateCallback(startTransition.bind(null, setPending, config), [setPending, config]);
15699 return [start, isPending];
15700 }
15701
15702 function dispatchAction(fiber, queue, action) {
15703 {

Callers 1

Calls 2

rerenderStateFunction · 0.85
updateCallbackFunction · 0.85

Tested by

no test coverage detected