Steps to reproduce:
- Run
npm start
- Change something, like JSX, in
src/pages/index.js
- Observe that it does not hot-reload in the browser
- Browse to
http://localhost:8000
(the underlying Gatsby dev server) - Try again; observe that Fast Refresh is working fine
- Downgrade to
netlify-cli@^9
- Browse to
http://localhost:8888
(thenetlify-cli
dev server) - Try again; observe that Fast Refresh is working fine