We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe you have them globally installed somewhere.
I just did npm install --save react-voice-components and import { VoiceRecognition } from 'react-voice-components'; in my component.
npm install --save react-voice-components
import { VoiceRecognition } from 'react-voice-components';
To fix : npm i -S babel-preset-es2015 npm install -S babel-preset-stage-2
npm i -S babel-preset-es2015
npm install -S babel-preset-stage-2
They should be listed as dependencies :)
The text was updated successfully, but these errors were encountered:
I forked this module and fixed the ES5 incompatability by rewriting the functions.
I have made a pull request for the fixes, but in the meantime, you can fork my repo from here: https://github.com/bchang1213/react-voice-components
Sorry, something went wrong.
No branches or pull requests
Maybe you have them globally installed somewhere.
I just did
npm install --save react-voice-components
andimport { VoiceRecognition } from 'react-voice-components';
in my component.To fix :
npm i -S babel-preset-es2015
npm install -S babel-preset-stage-2
They should be listed as dependencies :)
The text was updated successfully, but these errors were encountered: