Is there a way to disable the error overlay when running a create-react-app in development mode?
This is the overlay I\'m talking about:
I\'m askin
To solve this issue, you could use CSS:
body > iframe { display: none !important; }