(fiber, lane, action)
| 16767 | } |
| 16768 | |
| 16769 | function markUpdateInDevTools(fiber, lane, action) { |
| 16770 | |
| 16771 | { |
| 16772 | markStateUpdateScheduled(fiber, lane); |
| 16773 | } |
| 16774 | } |
| 16775 | |
| 16776 | var ContextOnlyDispatcher = { |
| 16777 | readContext: readContext, |
no test coverage detected
searching dependent graphs…