Skip to content

Commit

Permalink
Fixed Image component key type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azenris committed Nov 5, 2023
1 parent 79873fc commit e1a50dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Image.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export type ImageProps = {
key?: string;
key?: string | number;
className?: string;
src: string;
alt: string;
Expand Down

0 comments on commit e1a50dc

Please sign in to comment.