TwilioReact icon indicating copy to clipboard operation
TwilioReact copied to clipboard

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

Open nghiadhse opened this issue 4 years ago • 1 comments

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.

nghiadhse avatar Dec 30 '20 08:12 nghiadhse

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();

pinalzala avatar Mar 09 '21 06:03 pinalzala