이경호
이경호
This means that react-lazyload is defined to be compatible with earlier versions of react (0.14.0, 15.x, 16.x, 17.x). To solve this problem, you can try the following methods: 1. using...
1. Remove the timestamp import { Image } from 'antd'; import LazyLoad from 'react-lazyload'; const Avatar = ({ src }) => { return ( ); }; export default Avatar; 2....
` How about modifying the code in this way? ` It's in the placeholder Placeholder Try wrapping it in div before the code starts.
1. Using the scrollContainer Properties You can use the scrollContainer attribute to specify which elements LazyLoad detects scroll events, which works in full-screen mode as LazyLoad calculates visibility within a...