(context, providerFiber)
| 14173 | } |
| 14174 | } |
| 14175 | function popProvider(context, providerFiber) { |
| 14176 | var currentValue = valueCursor.current; |
| 14177 | pop(valueCursor, providerFiber); |
| 14178 | |
| 14179 | { |
| 14180 | { |
| 14181 | context._currentValue = currentValue; |
| 14182 | } |
| 14183 | } |
| 14184 | } |
| 14185 | function scheduleContextWorkOnParentPath(parent, renderLanes, propagationRoot) { |
| 14186 | // Update the child lanes of all the ancestors, including the alternates. |
| 14187 | var node = parent; |
no test coverage detected
searching dependent graphs…