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
To render the value of the made up key in your app, use the supplied code example from the docs of
<span class="made-up-key" amplitude-song-info="made_up_key">
Note that it doesn't render.
What is expected?
You need to add data- before amplitude-song-info in order to render. <span class="made-up-key" **data-amplitude-song-info**="made_up_key"></span>
Issue description
The word 'data-' is missing from the example to display custom data types from the song info object in the support documentation.
<span class="made-up-key" amplitude-song-info="made_up_key">
Environment
All
Steps to reproduce the issue
<span class="made-up-key" amplitude-song-info="made_up_key">
What is expected?
You need to add
data-
beforeamplitude-song-info
in order to render.<span class="made-up-key" **data-amplitude-song-info**="made_up_key"></span>
Link to where issue can be reproduced
https://521dimensions.com/open-source/amplitudejs/docs/configuration/song-objects.html#special-keys
The text was updated successfully, but these errors were encountered: