@astrojs/react@5.0.3
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes an issue where React 19's "Float" mechanism incorrectly injected preload links into Astro islands instead of the document head.
🐛 Bug Fixes
- Fixed React 19 "Float" mechanism injecting <link rel="preload"> into Astro islands instead of the <head> by adding a filter to @astrojs/react to strip these auto-generated resources from the island's HTML output.