You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
The timeout is a kludge as it's dependent on the timing of the restart. Perhaps there could be a way to keep a proxy service up while the development service is restarting?
The HMR thing is fixed in recent versions, so I'll close this, though in the longer term it might still be good to keep a server up and running between builds
I'm getting a timeout error with the HMR
*.hot-update.json
request.I was able to fix the issue by adding a timeout to
check
insapper-dev-client.js
setTimeout(() => check(), 250)
instead ofcheck()
in the connect method.The text was updated successfully, but these errors were encountered: