(config)
| 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(), |
no test coverage detected