Mizan Rifat

Results 3 comments of Mizan Rifat

I've the same problem.. is there any solution out there??

> Hi @rafaelsouzagomes @mariuszbeltowski have you tried [this](https://github.com/JamesBrill/react-speech-recognition#regeneratorruntime-is-not-defined)? Not working for me

`import "regenerator-runtime/runtime";` installing `regenerator-runtime` and adding this line at the top of the file solved my issue. Remember to add the import statement at the very first line of your...