Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Feb 1, 2024
1 parent 6534ea6 commit ce8bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/components/gif.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const Gif = ({
<img
ref={image}
suppressHydrationWarning
// @ts-ignore - fetchPriority is not recognized by typescript
// @ts-ignore - fetchPriority is not recognized by React typescript
// eslint-disable-next-line react/no-unknown-property
fetchPriority={fetchPriority}
className={[Gif.imgClassName, loadedClassname].join(' ')}
Expand Down

0 comments on commit ce8bb01

Please sign in to comment.