(fiber, lane, action)
| 17586 | } |
| 17587 | |
| 17588 | function markUpdateInDevTools(fiber, lane, action) { |
| 17589 | |
| 17590 | { |
| 17591 | markStateUpdateScheduled(fiber, lane); |
| 17592 | } |
| 17593 | } |
| 17594 | |
| 17595 | var ContextOnlyDispatcher = { |
| 17596 | readContext: readContext, |
no test coverage detected
searching dependent graphs…