(obj, path, value)
| 24621 | }; |
| 24622 | |
| 24623 | var copyWithSet = function (obj, path, value) { |
| 24624 | return copyWithSetImpl(obj, path, 0, value); |
| 24625 | }; // Support DevTools editable values for useState and useReducer. |
| 24626 | |
| 24627 | |
| 24628 | overrideHookState = function (fiber, id, path, value) { |
no test coverage detected