Skip to content

Commit

Permalink
Fix ReactHooksInspectionIntegration-test (facebook#28577)
Browse files Browse the repository at this point in the history
Resolve conflict between facebook#28508 and facebook#28546
  • Loading branch information
jackpope authored and AndyPengc12 committed Apr 15, 2024
1 parent 0809d2f commit 619caa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 619caa1

Please sign in to comment.