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 8570eb6 commit 8a0504aCopy full SHA for 8a0504a
docs/Recipes.md
@@ -41,7 +41,7 @@ import useNativeLazyLoading from '@charlietango/use-native-lazy-loading'
41
import { useInView } from 'react-intersection-observer'
42
43
const LazyImage = ({ width, height, src, ...rest }) => {
44
- const supportsNativeLoading = useNativeLazyLoading()
+ const supportsLazyLoading = useNativeLazyLoading()
45
const [ref, inView] = useInView({
46
triggerOnce: true,
47
margin: '200px 0px',
0 commit comments