Closed lauyilouis closed 5 years ago
<ImageViewer renderImage={props => { console.log(props); }} imageUrls={imageUrls} />)
I pass the above props but it didn't failed or show the log. I think the renderImage props didn't pass to the component.
renderImage
I pass the above props but it didn't failed or show the log. I think the
renderImage
props didn't pass to the component.