I bootstrapped my application with create-react-app and when I run my app it compiles with warnings and it throws errors on the browser.
Error while com
Change in package.json :
"moment": "2.25.1",
to
"moment": "2.24.0",
then run on terminal: npm install