@astrojs/solid-js@5.1.3
📦 astro
✨ 1 features🔧 2 symbols
Summary
This patch updates the getContainerRenderer function to automatically include client hydration entrypoints, simplifying the use of interactive framework components within the experimental Container API.
Migration Steps
- Remove manual calls to container.addClientRenderer() if you were previously using it to provide client hydration entrypoints for framework integrations.
✨ New Features
- Added support for client hydration in getContainerRenderer(), enabling client-side interactivity for components rendered via the experimental Container API in Vite/Vitest environments.
🔧 Affected Symbols
getContainerRenderercontainer.addClientRenderer