twobin/react-lazyload

Does this library support hook components?

amqqliang opened this issue · 3 comments

Does this library support hook components?

这个也是我想要问的问题呀,我在hook components组件中引用此插件,会加载不出来children,只会显示placeholder的内容!官方大佬回复一下吧!

export default class LazyLoad extends Component<LazyLoadProps> {
    constructor(props: LazyLoad);
}