Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into lit-11160
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 29, 2024
2 parents c4ae996 + 6b97634 commit 034e325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [#11138](https://github.com/withastro/astro/pull/11138) [`98e0372`](https://github.com/withastro/astro/commit/98e0372cfd47a3e025be2ac68d1e9ebf06cf548b) Thanks [@ematipico](https://github.com/ematipico)! - You can now pass `props` when rendering a component using the Container APIs:

```js
import { experimental_AstroContainer as AstroContainer } from 'astro/contaienr';
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
import Card from '../src/components/Card.astro';

const container = await AstroContainer.create();
Expand Down Expand Up @@ -56,7 +56,7 @@
});
```

For a complete reference, see the [Container API docs](/en/reference/container-reference/).
For a complete reference, see the [Container API docs](https://docs.astro.build/en/reference/container-reference/).

For a feature overview, and to give feedback on this experimental API, see the [Container API roadmap discussion](https://github.com/withastro/roadmap/pull/916).

Expand Down

0 comments on commit 034e325

Please sign in to comment.