How can I use multiple refs for an array of videos to display duration of each video?
I’m currently working on a React project where I pull video URLs from an API and display them using elements. My goal is to retrieve the duration of each video once the metadata has loaded, but I keep encountering an issue where the duration is logged as NaN.