nit: add "today" to imply future support
This commit is contained in:
parent
a4d1c0fa49
commit
5d9d5ffb71
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const { Content } = await entry.render();
|
||||||
|
|
||||||
#### Using client-side UI components
|
#### Using client-side UI components
|
||||||
|
|
||||||
The `components` prop does not support the `client:` directive for hydrating components. To embed client-side components, create a wrapper `.astro` file to import your component and apply a `client:` directive manually.
|
Today, the `components` prop does not support the `client:` directive for hydrating components. To embed client-side components, create a wrapper `.astro` file to import your component and apply a `client:` directive manually.
|
||||||
|
|
||||||
This example wraps a `Aside.tsx` component with a `ClientAside.astro` wrapper:
|
This example wraps a `Aside.tsx` component with a `ClientAside.astro` wrapper:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue