We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cba2b commit da3471dCopy full SHA for da3471d
packages/react-devtools-shared/src/hook.js
@@ -564,6 +564,9 @@ export function installHook(target: any): DevToolsHook | null {
564
// React v16 checks the hook for this to ensure DevTools is new enough.
565
supportsFiber: true,
566
567
+ // React Flight Client checks the hook for this to ensure DevTools is new enough.
568
+ supportsFlight: true,
569
+
570
// React calls these methods.
571
checkDCE,
572
onCommitFiberUnmount,
0 commit comments