Skip to content

Commit

Permalink
[en] Fixed issues in container reference page. (#8379)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowDingo committed May 23, 2024
1 parent 9511f43 commit add88b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/reference/container-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Enables rendering components using [HTML streaming](/en/guides/server-side-rende

#### `renderers` option

**Type:**: `AstroRenderer[]`;
**Type:** `AstroRenderer[]`

A list of client renderers required by the component. Use this if your `.astro` component renders any [UI framework components](/en/guides/framework-components/) using an official Astro integration (e.g. React, Vue, etc.). For each framework rendered, you must provide an object stating the integration package `name`, as well as both its `client` and `server` rendering script
A list of client renderers required by the component. Use this if your `.astro` component renders any [UI framework components](/en/guides/framework-components/) using an official Astro integration (e.g. React, Vue, etc.). For each framework rendered, you must provide an object stating the integration package `name`, as well as both its client and server rendering script

The following example provides the necessary object to render an Astro component that renders a React component:

Expand Down

0 comments on commit add88b2

Please sign in to comment.