You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that only the first is rendered (the second is not rendered at all). Note that even if I try to render a different React component instead of the second
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to render 2 thumbnails one after the other using the VideoThumbnail component in this way:
<>
<VideoThumbnail
videoUrl={item.source}
thumbnailHandler={(thumbnail) =>{console.log("loaded 1")}}
snapshotAtTime={0}
renderThumbnail={true}
width={40}
height={40}
/>
</>
The problem is that only the first is rendered (the second is not rendered at all). Note that even if I try to render a different React component instead of the second
The text was updated successfully, but these errors were encountered: