-
Notifications
You must be signed in to change notification settings - Fork 14
Live reload doesn't work on Windows #121
Comments
doesn't seem to be working on Mac for me either |
I have also noticed this on Linux (Arch, 5.06). Using yoga
|
Maybe this is because Currently [EDIT] most examples in https://github.com/prisma/prisma-examples are using |
@beeplin this is more than likely the issue. I've tried replacing |
@DevanB Yes, A more feasible way, I guess, might be use |
Hey there, I'll investigate that issue soon. The Although we're not using All .ts files are supposed to be watched in your folder, not only the one related to prisma deploy, this is a bug. I suspect the issue is coming from |
It seems that it should be working that way (based on the code) @Weakky, but I can reproduce it consistently by doing the following:
I consistently get back that X method is not a method on Y object (the context). |
I change it from |
Hey there, The dev command should now work properly, checkout the release note of The problem wasn't about file watching, but about If some of you still have the problem, then we'll have to investigate whether @jferrettiboke I wasn't able to test on Windows, any feedback would be much appreciated 🙏 |
@Weakky I tested v0.0.20 on Windows, but unfortunately the hot reload is still not working:
|
@Weakky It doesn't work on Windows yet. Still the same issue. |
@Weakky Any solution to this? It's almost impossible to work in this way. |
Does anyone still have the same issue than me? I would appreciate if someone, hopefully @Weakky, could have a look into this and give us a fix. I am using |
+1 @jferrettiboke just stopped using yoga2 in my project due to this issue. |
Describe the bug
Live reload doesn't work on Windows after running the server. I need to restart the server manually each time I do changes.
Versions (please complete the following information):
v10.15.3
yoga
dependency:v0.0.18
The text was updated successfully, but these errors were encountered: