kimobrian / TwilioReact

A React Video Chat app using Twilio Video
MIT License
56 stars 31 forks source link

Error when start and visit http://localhost:3000 #28

Open nghiadhse opened 3 years ago

nghiadhse commented 3 years ago

I setup with my .env and start react app successfully image

But when visit http://localhost:3000 I just see empty page with error as below image Please help me on this.

pinalzala commented 3 years ago

It's due to react-tap-event-plugin plugin please remove plugin from package.json and install npm after that remove dependency from app.js.

App.js /import injectTapEventPlugin from "react-tap-event-plugin"; //injectTapEventPlugin();