Skip to content

Commit 6a01aca

Browse files
authored
Fix ReactHooksInspectionIntegration-test (#28577)
Resolve conflict between #28508 and #28546
1 parent 74cb1bd commit 6a01aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ describe('ReactHooksInspectionIntegration', () => {
12441244
<Context.Provider value="provided">
12451245
<Foo />
12461246
</Context.Provider>,
1247-
{isConcurrent: true},
1247+
{unstable_isConcurrent: true},
12481248
);
12491249
});
12501250
let childFiber = renderer.root.findByType(Foo)._currentFiber();

0 commit comments

Comments
 (0)