-
-
Notifications
You must be signed in to change notification settings - Fork 125
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 reloading doesn't work even in the reference example #1016
Comments
Thanks for reporting. It can repro with stackblitz sandbox too: https://stackblitz.com/edit/github-hwngcz?file=src%2Fcomponents%2Fcounter.tsx,src%2Fpages%2Findex.tsx It seems to work with the local machine, so this looks like an issue with StackBlitz. I think it worked once at some point with StackBlitz. |
So, it looks like a regression with v0.21.3. |
v0.21.2...v0.21.3 |
working v0.21.2 + #935: breaks that's impossible. #918 doesn't change anything. 😕 c110fe1...74c5a6b actually includes #886? working v0.21.2 + #886: breaks 34d2c08...20a4dfc should include the regression. I think it's #886. Can @tylersayshi look into it please? |
That's my oversight. It looked working, but it wasn't hot reload. It was force reload. It still behaves different for me from the StackBlitz case. |
I used
npm create waku@latest
reference example, but hot reloading of client component doesn't work..This is the repo https://stackblitz.com/~/github.com/dannylin108/waku-starter
vokoscreenNG-2024-11-25_16-07-04.mp4
The text was updated successfully, but these errors were encountered: