Change8

@astrojs/react@4.4.2

📦 astro
1 features🔧 2 symbols

Summary

This patch updates getContainerRenderer to automatically include client hydration entrypoints, simplifying the use of interactive framework components within the experimental Container API.

Migration Steps

  1. 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