ffont / freesound-explorer

Visual interface for exploring Freesound content and creating music in a 2-dimensional space
http://labs.freesound.org/fse/
MIT License
19 stars 3 forks source link

Revert "Adds stop all sounds playing" #49

Closed ffont closed 6 years ago

ffont commented 6 years ago

Reverts ffont/freesound-explorer#45 as it generates Uncaught ReferenceError: PropTypes is not defined error at load time. We should have automatic tests enabled (which I guess would have caught that).

noVaSon commented 6 years ago

Ah this is strange.

The original PR deletes the PropTypes import, this is where this reference error came from. Just add import { PropTypes } from 'prop-types'; and it should work again.