Fix ReactHooksInspectionIntegration-test (#28577)

Resolve conflict between #28508 and #28546
This commit is contained in:
Jack Pope
2024-03-18 13:15:23 -04:00
committed by GitHub
parent 74cb1bdfec
commit 6a01aca75b
@@ -1244,7 +1244,7 @@ describe('ReactHooksInspectionIntegration', () => {
<Context.Provider value="provided">
<Foo />
</Context.Provider>,
{isConcurrent: true},
{unstable_isConcurrent: true},
);
});
let childFiber = renderer.root.findByType(Foo)._currentFiber();