When working on the map, I noticed that hot module reloads are broken, resulting in the following error on each code change:
After that, the UI becomes unresponsive and I have to F5 the page.
I investigated it a bit and the root cause is a regression in a react-dev-utils component - see https://github.com/facebook/create-react-app/issues/11771 . Since we are using a lockfile, I downgraded to the previous patch version and HMR is working again.
When working on the map, I noticed that hot module reloads are broken, resulting in the following error on each code change:
After that, the UI becomes unresponsive and I have to F5 the page.
I investigated it a bit and the root cause is a regression in a
react-dev-utils
component - see https://github.com/facebook/create-react-app/issues/11771 . Since we are using a lockfile, I downgraded to the previous patch version and HMR is working again.