Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 374 Bytes
  1. create React app;
  2. create Vite app;
  3. add to each application: npm i react-speech-recognition.

Solution:

  1. npm i regenerator-runtime;
  2. add main.js:
    import 'regenerator-runtime/runtime.js'; // warning: before App
    import App from './App';

ERROR VITE Screenshot

React app Screenshot