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
This must have been around for a long time, but I stumbled onto this bug which is visible using the "all media types" configuration using the local test server (npm start)
Probably the fix is to add a unique ID when the media DOM elements are created and use that in the callback instead of just assuming index there's only one.
But except for backwards compatibility is this something that affects many users? probably not.