react-voice-components
react-voice-components copied to clipboard
Fixed the incompatibility of this module by formatting all functions to ES5.
I edited the functions in VoicePlayer.js and VoiceRecognition.js in the lib folder for this module.
The functions are formatted to ES5 syntax, which should make the module available and fix 2 out of the 3 open issues on this module as of March 6, 2018.
I forked react-voice-components and merged this PR. I confirm it fixes the problem and it now works as expected.