zhammer / morning-cd

What was the first piece of music you listened to this morning?
MIT License
4 stars 0 forks source link

SongTile crash #123

Open zhammer opened 5 years ago

zhammer commented 5 years ago

https://sentry.io/zach-hammer/morning-cd-web-client/issues/853170016

zhammer commented 5 years ago

I think that essentially what's happening here is:

zhammer commented 5 years ago

honestly for now i think i'll just set a delay on setting selectedSong to null, but this points to a bigger issue (that i'm surprised hasn't happened before) with the FadeInFadeOut

zhammer commented 5 years ago

i have a feeling that if the user is on the song submit form, and sunset happens, their page will crash as well

https://github.com/zhammer/morning-cd/blob/bb452038bba4ef88a6532386b8f9fe3c11624b67/web_client/src/App.tsx#L122-L127