Bug when removing. Change JSX array keys #90
Labels
bug
Something isn't working
frontend
Frontend functionality
implementation
Possible implementation idea to keep in mind
Milestone
If one track at position
n
is expanded, then the remove button is clicked and the track is removed, then when the playlist reloads the track that used to be in positionn+1
and is now in positionn
will be expanded. This is because some JSX arrays use indices as keys instead of something like ids. Change this.The text was updated successfully, but these errors were encountered: