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 2b9350d commit 9f92144Copy full SHA for 9f92144
src/utils.js
@@ -1,5 +1,5 @@
1
export const getFilteredProps = props => {
2
- const { config = {}, alt = '', className = '', src, sizes, width, height, ratio, params, ...otherProps } = props;
+ const { config = {}, alt = '', className = '', src, sizes, width, height, ratio, params, lazyLoading,...otherProps } = props;
3
4
return {
5
alt,
0 commit comments