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