Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Fix noArrayIndexKey test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Nov 9, 2022
1 parent 806a4d9 commit d37b991
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 104 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Children, cloneElement } from "react";

// invalid
something.forEach((Element, index) => {
<Component key={index} >foo</Component>
Expand Down
Loading

0 comments on commit d37b991

Please sign in to comment.