FormidableLabs / react-game-kit

Component library for making games with React & React Native
http://reactnext.surge.sh
MIT License
4.62k stars 309 forks source link

Demo crashes on slow network #78

Open GaelS opened 5 years ago

GaelS commented 5 years ago

An error occured when entering too quickly in a "house". It executes componentWillUnMount which calls stopMusic but the latter is only defined when the wav file is loaded. Therefore on slow network it leads to crash.

Peek 2019-03-14 17-23

I created this small PR to fix that.