pages
- index.astro
within this file I have a svelte.comp imported. within this svelte comp I've another svelte comp.
When I change something within the nested comp the hot reload triggers but the changes aren't there.
If I imported this comp directly in the astro file it works.
Restarting the DEV Process and reload works too but then, changes again not.
Astro 2.0.6, latest and greatest 🙂
Any Ideas whats going wrong here?
Open a New Issue