Skip to content

Commit 29841c9

Browse files
committed
fix lint
1 parent 051a179 commit 29841c9

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-shared/src/backend

1 file changed

+1
-0
lines changed

packages/react-devtools-shared/src/backend/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ export function getBestMatchingRendererInterface(
280280
node: Object,
281281
): RendererInterface | null {
282282
let bestMatch = null;
283+
// eslint-disable-next-line no-for-of-loops/no-for-of-loops
283284
for (const renderer of rendererInterfaces) {
284285
const fiber = renderer.getFiberForNative(node);
285286
if (fiber != null) {

0 commit comments

Comments
 (0)