(fiber, queue, action)
| 8151 | entangleTransitionUpdate(action, queue, lane))); |
| 8152 | } |
| 8153 | function dispatchSetState(fiber, queue, action) { |
| 8154 | var lane = requestUpdateLane(); |
| 8155 | dispatchSetStateInternal(fiber, queue, action, lane); |
| 8156 | } |
| 8157 | function dispatchSetStateInternal(fiber, queue, action, lane) { |
| 8158 | var update = { |
| 8159 | lane: lane, |
nothing calls this directly
no test coverage detected
searching dependent graphs…