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

Function mountTransition

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

Source from the content-addressed store, hash-verified

15673 }
15674
15675 function mountTransition(config) {
15676 var _mountState2 = mountState(false),
15677 isPending = _mountState2[0],
15678 setPending = _mountState2[1];
15679
15680 var start = mountCallback(startTransition.bind(null, setPending, config), [setPending, config]);
15681 return [start, isPending];
15682 }
15683
15684 function updateTransition(config) {
15685 var _updateState2 = updateState(),

Callers 1

Calls 2

mountStateFunction · 0.85
mountCallbackFunction · 0.85

Tested by

no test coverage detected