Skip to content

Commit

Permalink
Fix ReactHooksInspectionIntegration-test (#28577)
Browse files Browse the repository at this point in the history
Resolve conflict between #28508 and #28546
  • Loading branch information
jackpope committed Mar 18, 2024
1 parent 74cb1bd commit 6a01aca
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 6a01aca

Please sign in to comment.