Reputation: 1802
I just created a react app using
npm create-react-app my-app
I like this error reporting in chrome and on CLI.
Is there a way so i can configure or setup such error reporting in my existing React application ?
because when i setup react app by following a number of tutorials i do not see this nice output. thanks. You can see the images below for instance.
Upvotes: 0
Views: 98
Reputation: 1802
After exploring the repository i found create-react-app using react-error-overlay module. See this link if somebody wants to setup in your existing react application.
Upvotes: 1
Reputation: 1822
I guess...
you typo wrong.
error previous line <dvs
remove this.
Upvotes: 0