facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.53k stars 26.79k forks source link

Hot Reload update received but not applied #11960

Open BierDav opened 2 years ago

BierDav commented 2 years ago

Hot Reload stopped working after switching to v5. I tried finding the error and found out that:

The WebSocket connection works as expected but the engine doesn't apply the changes.

Prove: image

Got the update.js with the new content. That means that the injected client side code doesn't apply the changes correctly.

meetzoo commented 2 years ago

are you sure it's not the same as https://github.com/facebook/create-react-app/issues/11773 ?

BierDav commented 2 years ago

I think so yes, because I don't get a javascript error in the console.

miny716 commented 2 years ago

Have you solved this problem yet?