JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
674 stars 120 forks source link

fix: graceful exit in safari #17

Closed ish-joshi closed 5 years ago

ish-joshi commented 5 years ago

it tries to set values on a null recognition reference in lines 31 onwards (constructor) added a check to ensure it's not null