33 matches across 1 files for TODO lang:JavaScript path:packages/react-devtools-shared/src/backend/fiber/renderer.js
snippet_mode: grep · sorted by relevance
packages/react-devtools-shared/src/backend/fiber/renderer.js JAVASCRIPT 33 matches · showing 5 view file →
1101 switch (tag) {
1102 case DehydratedSuspenseComponent:
1103 // TODO: ideally we would show dehydrated Suspense immediately.
1104 // However, it has some special behavior (like disconnecting
1105 // an alternate and turning into real Suspense) which breaks DevTools.
· · ·
1278 }
1279
1280 // TODO: Consider using a WeakMap instead. The only thing where that doesn't work
1281 // is React Native Paper which tracks tags but that support is eventually going away
1282 // and can use the old findFiberByHostInstance strategy.
· · ·
1579 const instance = suspense.instance;
1580 const isSuspended =
1581 // TODO: Track if other SuspenseNode like SuspenseList rows are suspended.
1582 (instance.kind === FIBER_INSTANCE ||
1583 instance.kind === FILTERED_FIBER_INSTANCE) &&
· · ·
1606 function measureHostInstance(instance: HostInstance): null | Array<Rect> {
1607 // Feature detect measurement capabilities of this environment.
1608 // TODO: Consider making this capability injected by the ReactRenderer.
1609 if (typeof instance !== 'object' || instance === null) {
1610 return null;
· · ·
2126 const fiberInstance = suspenseNode.instance;
2127 if (fiberInstance.kind !== FIBER_INSTANCE) {
2128 // TODO: Resizes of filtered Suspense nodes are currently dropped.
2129 return;
2130 }
+ 28 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.