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.
$r
hooks
1 parent 8d74cbc commit 361619aCopy full SHA for 361619a
packages/react-devtools-shared/src/backend/renderer.js
@@ -2795,13 +2795,15 @@ export function attach(
2795
break;
2796
case ForwardRef:
2797
global.$r = {
2798
+ hooks,
2799
props,
2800
type: type.render,
2801
};
2802
2803
case MemoComponent:
2804
case SimpleMemoComponent:
2805
2806
2807
2808
type:
2809
elementType != null && elementType.type != null
0 commit comments