-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
🐛 BUG: doesn't react when I change files #2728
Comments
Found Solution: move project folder to WSL home directory |
Maybe I'm wrong, but I don't think it's related to WSL. I get same issue on Mac with astro files. And it happens when modifying vanilla js in <script> tags and <style> tags too. |
It is not working for me also. Using Visual Studio Code on Windows 10. |
I think it's fixed in |
Never mind |
This seems like an old HMR issue? We recently did an overhaul of our HMR handling, but please feel free to re-open if you're still experiencing a problem related to |
@natemoo-re it still exists when running projects from |
My issue is Windows <=> WSL related. Symlinks won't fix the issue either. |
What version of
astro
are you using?^0.23.7
What package manager are you using?
pnpm
What operating system are you using?
Windows 11
Describe the Bug
When I make change to .astro file I am expecting my web browser page to automatically reflect changes, but currently it doesn't happen even after I manually refresh page; it only shows updated page after I manually stop astro process and run "npm start" again
I think the issue is related to using WSL 2.0
Link to Minimal Reproducible Example
any template works in cloud environment, but not working in my WSL
The text was updated successfully, but these errors were encountered: