Skip to content

Commit fdc4e63

Browse files
zutigrmthebuilder
authored andcommitted
Changed typo const supportsNativeLoading to supportsLazyLoading (#265)
1 parent 3fe0710 commit fdc4e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const LazyImage = ({ width, height, src, ...rest }) => {
5656
background: '#2a4b7a',
5757
}}
5858
>
59-
{inView || supportsNativeLoading ? (
59+
{inView || supportsLazyLoading ? (
6060
<img
6161
{...rest}
6262
src={src}

0 commit comments

Comments
 (0)