astro@5.16.16
📦 astroView on GitHub →
🐛 3 fixes
Summary
This patch release focuses on stability, ensuring server island requests use encrypted identifiers and fixing a minor bug in the error overlay rendering.
🐛 Bug Fixes
- Ensures server island requests carry an encrypted component export identifier to prevent accidental resolution to the wrong component.
- Removed 'await' from the getActionResult example.
- Fixed an issue where certain unauthorized links could be rendered as clickable in the error overlay.