webamp icon indicating copy to clipboard operation
webamp copied to clipboard

TypeError: Cannot read property 'launchSongTitleAnim' of undefined

Open captbaritone opened this issue 6 years ago • 3 comments

https://sentry.io/organizations/webamp/issues/897314194/?project=146021&referrer=github_plugin

TypeError: Cannot read property 'launchSongTitleAnim' of undefined
  at componentDidUpdate (../js/components/MilkdropWindow/Milkdrop.js:77:23)
  at Oi (../node_modules/react-dom/cjs/react-dom.production.min.js:247:171)
  at Ki (../node_modules/react-dom/cjs/react-dom.production.min.js:238:233)
  at Li (../node_modules/react-dom/cjs/react-dom.production.min.js:237:143)
  at Ri (../node_modules/react-dom/cjs/react-dom.production.min.js:250:118)
...
(2 additional frame(s) were not displayed)

captbaritone avatar Feb 26 '19 15:02 captbaritone

Very strange bug that we keep seeing where somehow visualizer is not defined during a prop change.

captbaritone avatar Feb 26 '19 15:02 captbaritone

FYI @jberg I've added some debug stuff to try to decipher what the hell is going on here.

captbaritone avatar Feb 26 '19 15:02 captbaritone

Good call! Let me know if I can help debug if we see something. Guess its the same as the undefined render? Bizarre!

jberg avatar Feb 26 '19 17:02 jberg