HMR does not work when editing markdown / .md files. #8378
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
feat: hmr
Related to HMR (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
HMR does not work on Astro 3.0.7 when editing
.md
files in the pages directory. Astro does recognise the change, as it shows[astro] reload /src/pages/markdown.md
whenever i save, but the browser does not refresh unlike the.astro
files. In the Minimal reproducible example, navigate to the markdown page and try to edit it.What's the expected result?
The browser should refresh with the current content
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ve9ttx?file=src%2Fpages%2Fmarkdown.md
Participation
The text was updated successfully, but these errors were encountered: