We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Astro v5.0.7 Node v22.12.0 System macOS (arm64) Package Manager npm Output static Adapter none Integrations @astrojs/mdx
No response
Using the same reproduction as #12702, following the fix in #12715, HMR is triggered several times upon a single change.
It appears that some reloads are too early, as they will show the old content, and only the later reload will show the new content.
In the below video, the final edit takes ~30 seconds per reload but the first reload shows the same content as before.
Only a single reload happens, with the updated content.
https://stackblitz.com/edit/github-mtk5uaws
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Using the same reproduction as #12702, following the fix in #12715, HMR is triggered several times upon a single change.
It appears that some reloads are too early, as they will show the old content, and only the later reload will show the new content.
In the below video, the final edit takes ~30 seconds per reload but the first reload shows the same content as before.
Screen.Recording.2024-12-16.at.18.37.28.mp4
What's the expected result?
Only a single reload happens, with the updated content.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-mtk5uaws
Participation
The text was updated successfully, but these errors were encountered: