Unexpected token < in JSON at position 0.I am using react 16.4.0,react-dom 16.4.0 and react-scripts 1.1.14.
I am having this error as I tried to view the event object on the console:unhandled Rejection (SyntaxError):Unexpected token < in JSON at position 0.I am using react 16.4.0,react-dom 16.4.0 and react-scripts 1.1.14.
Here is the App.js:
import React ...