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
I am using this package on my application. But I have a problem with the remember property. It was supposed to remember the last state of the playlist, which means the last song I was playing. So, if I reload the page, I can continue from that song. When I am playing a song some data is being saved on the local storage. But when I reload the page, the local storage data seems to be reset to the first song of the playlist.
Description
I am using this package on my application. But I have a problem with the
remember
property. It was supposed to remember the last state of the playlist, which means the last song I was playing. So, if I reload the page, I can continue from that song. When I am playing a song some data is being saved on the local storage. But when I reload the page, the local storage data seems to be reset to the first song of the playlist.Below is my code
Data that is being saved on the local storage
What is the issue? What am I doing wrong here and what should be done?
I appreciate the help.
The text was updated successfully, but these errors were encountered: