Dashboard › byk.github.io › Astro v6 AstroContainer still requires …
019d90b6-18c7-704a-909a-313417822ef7In Astro v6.1.6, astro/container only exports experimental_AstroContainer, not AstroContainer. The non-prefixed name does not exist despite v6 being a major release. Import as: import { experimental_AstroContainer as AstroContainer } from "astro/container". This tripped up the migration because the upgrade guide implied the experimental prefix would be dropped.