This is my redux store:
const initState = { allSongs: songData(), currentSong: { ...songData()[0] }, };
The currentSong has
currentSong