MCPcopy Index your code
hub / github.com/microsoft/SandDance / updateTransition

Function updateTransition

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

Source from the content-addressed store, hash-verified

15682 }
15683
15684 function updateTransition(config) {
15685 var _updateState2 = updateState(),
15686 isPending = _updateState2[0],
15687 setPending = _updateState2[1];
15688
15689 var start = updateCallback(startTransition.bind(null, setPending, config), [setPending, config]);
15690 return [start, isPending];
15691 }
15692
15693 function rerenderTransition(config) {
15694 var _rerenderState2 = rerenderState(),

Callers 1

Calls 2

updateStateFunction · 0.85
updateCallbackFunction · 0.85

Tested by

no test coverage detected