Fix ReactHooksInspectionIntegration-test (#28577)
Resolve conflict between #28508 and #28546
Jack Pope committed
Mar 18, 2024 at 13:15 UTC
6a01aca75b77da01b0e6513fe61a4842637c7dfd
1 file changed
+1
-1
packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js
+1
-1
@@ -1244,7 +1244,7 @@ describe('ReactHooksInspectionIntegration', () => {
1244
<Context.Provider value="provided">
1245
<Foo />
1246
</Context.Provider>,
1247
- {isConcurrent: true},
1247
+ {unstable_isConcurrent: true},
1248
);
1249
});
1250
let childFiber = renderer.root.findByType(Foo)._currentFiber();