-
Notifications
You must be signed in to change notification settings - Fork 165
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
Hot reload from Components - Not Working .... #534
Comments
From what I understand, this is the correct behavior. When rebuilding, WebSocket connection will experience a short downtime. Also this duplicate with #533 |
This is the normal behavior, the server restarts and the connection is lost for a short time. |
This isn't a duplicate. This issue was related to hot reloading not working properly from components. This issue is still unanswered and I would like the issue to be opened again. |
Hi @bertho-zero , Thanks for this repo but hot reload is frustrating it doesn't work. any updates on the same |
I am not very available at the moment but I am open to any PR, do not hesitate to investigate. |
Sure. Thanks |
After a fresh install of this repo and running in dev ...
encountered that the Hot reload is not functioning properly.
For example if I change something in LoginForm and save, I see the below in my console.
usage of LoginForm:
Any Suggestions?
The text was updated successfully, but these errors were encountered: