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.
loading
img
1 parent c828368 commit 1c8b20bCopy full SHA for 1c8b20b
src/lib/htmlPropsUtils.js
@@ -81,7 +81,7 @@ export const htmlInputEvents = [
81
82
export const htmlInputProps = [...htmlInputAttrs, ...htmlInputEvents]
83
84
-export const htmlImageProps = ['alt', 'height', 'src', 'srcSet', 'width']
+export const htmlImageProps = ['alt', 'height', 'src', 'srcSet', 'width', 'loading']
85
86
/**
87
* Returns an array of objects consisting of: props of html input element and rest.
0 commit comments