Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mondaychen committed Jun 6, 2022
1 parent 051a179 commit 29841c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-devtools-shared/src/backend/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export function getBestMatchingRendererInterface(
node: Object,
): RendererInterface | null {
let bestMatch = null;
// eslint-disable-next-line no-for-of-loops/no-for-of-loops
for (const renderer of rendererInterfaces) {
const fiber = renderer.getFiberForNative(node);
if (fiber != null) {
Expand Down

0 comments on commit 29841c9

Please sign in to comment.