image
image copied to clipboard
`fetchpriority` does not exist in type `ImgHTMLAttributes`
Add fetchpriority to ImgHTMLAttributes type
Object literal may only specify known properties, and 'fetchpriority' does not exist in type 'ImgHTMLAttributes'.ts-plugin(2353)
NuxtPicture.d.vue.ts(6, 5): The expected type comes from property 'imgAttrs' which is declared here on type '{ legacyFormat?: string | undefined; imgAttrs?: ImgHTMLAttributes | undefined; src?: string | undefined; format?: string | undefined; quality?: string | number | undefined; ... 13 more ...; onError?: ((payload: string | Event) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps'
Linking an upstream issue which will resolve this (has been merged and is now pending a release).
https://github.com/vuejs/core/pull/13370