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
There seems to be an issue where the provided media ID can vary on page loads, which I suspect is the cause of the issue. As an example, on this page, I have seen several distinct values for the data-media-id on the audio element. This means we don't have a way to aggregate all the events for a single audio element because we don't have a consistent identifier.
Possible issue using elementId here which does change on every render from Frontend.
On a quick look it seems we are setting mediaId property to the elementId which is a value set by Frontend that changes on every render.
Reported by @SHession
Possible issue using
elementId
here which does change on every render from Frontend.On a quick look it seems we are setting
mediaId
property to theelementId
which is a value set by Frontend that changes on every render.dotcom-rendering/dotcom-rendering/src/lib/audio-data.ts
Line 14 in acc3eca
Chat thread here: https://chat.google.com/room/AAAAG9rU0m0/bQ8Zen2OIdU/bQ8Zen2OIdU?cls=10
The text was updated successfully, but these errors were encountered: