Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: downgrade react-error-overlay to 6.0.9 to fix HMR #241

Merged
merged 1 commit into from
Apr 8, 2022
Merged

fix: downgrade react-error-overlay to 6.0.9 to fix HMR #241

merged 1 commit into from
Apr 8, 2022

Conversation

fspoettel
Copy link
Contributor

@fspoettel fspoettel commented Apr 8, 2022

When working on the map, I noticed that hot module reloads are broken, resulting in the following error on each code change:

image

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 facebook/create-react-app#11771 . Since we are using a lockfile, I downgraded to the previous patch version and HMR is working again.

@breezykermo
Copy link
Member

Fantastic, thank you - I noted this this morning and had scheduled some time in my calendar this afternoon to debug it. So very much appreciated!

@breezykermo breezykermo merged commit cc89ea5 into forensic-architecture:main Apr 8, 2022
@fspoettel fspoettel deleted the fix/hmr branch April 8, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants