diff --git a/src/common.ts b/src/common.ts index a52a58a..205b232 100644 --- a/src/common.ts +++ b/src/common.ts @@ -10,4 +10,5 @@ export const COMMON_PROPS: (keyof Omit)[] = [ 'srcSet', 'useMap', 'alt', + 'fetchPriority' ];