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 051a179 commit 29841c9Copy full SHA for 29841c9
packages/react-devtools-shared/src/backend/utils.js
@@ -280,6 +280,7 @@ export function getBestMatchingRendererInterface(
280
node: Object,
281
): RendererInterface | null {
282
let bestMatch = null;
283
+ // eslint-disable-next-line no-for-of-loops/no-for-of-loops
284
for (const renderer of rendererInterfaces) {
285
const fiber = renderer.getFiberForNative(node);
286
if (fiber != null) {
0 commit comments