I created a new project with create-react-app then ran npm start then this showed up. https://imgur.com/a/3By9NCr
Using FF 69.0.3
This problem seems to only happen in Firefox. Edge worked fine.
After creating the project, in index.js change:
index.js
serviceWorker.register(); //serviceWorker.unregister();
Still trying to figure whose fault this is, but this should get you going.