Skip to content

Commit

Permalink
chore: list key
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Nov 6, 2024
1 parent 83d26db commit b541a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mock/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Home() {
<h3>Welcome Home!</h3>
<ul>
{list.map((i: any) => (
<li>{i.title}</li>
<li key={i.id}>{i.title}</li>
))}
</ul>
</div>
Expand Down

0 comments on commit b541a88

Please sign in to comment.