We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ec249 commit 3237554Copy full SHA for 3237554
packages/runtime-dom/src/jsx.ts
@@ -519,7 +519,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes {
519
alt?: string | undefined
520
crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined
521
decoding?: 'async' | 'auto' | 'sync' | undefined
522
- fetchpriority?: 'high' | 'low' | 'auto'
+ fetchpriority?: 'high' | 'low' | 'auto' | undefined
523
height?: Numberish | undefined
524
loading?: 'eager' | 'lazy' | undefined
525
referrerpolicy?: HTMLAttributeReferrerPolicy | undefined
0 commit comments