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 3a1dc3e commit b54f36fCopy full SHA for b54f36f
packages/react-devtools-shared/src/backend/renderer.js
@@ -2179,7 +2179,9 @@ export function attach(
2179
if (
2180
elementType === ElementTypeFunction ||
2181
elementType === ElementTypeClass ||
2182
- elementType === ElementTypeContext
+ elementType === ElementTypeContext ||
2183
+ elementType === ElementTypeMemo ||
2184
+ elementType === ElementTypeForwardRef
2185
) {
2186
// Otherwise if this is a traced ancestor, flag for the nearest host descendant(s).
2187
traceNearestHostComponentUpdate = didFiberRender(
0 commit comments