-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
HMR broken with actions #16913
Copy link
Copy link
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If you edit an astro action, the changes are not applied until you restart the dev server.
What's the expected result?
The changes to be applied
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-5uy9vn6q?file=src%2Factions%2Ftest.ts
Participation