mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix ReactHooksInspectionIntegration-test (#28577)
Resolve conflict between #28508 and #28546
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user