From 63483d5689f2865eb90b183d5ced15695b68f477 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Wed, 1 Mar 2023 14:47:04 -0500 Subject: [PATCH] nit: add "today" to imply future support --- packages/integrations/markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 0858e9b77..5b8e0bfe5 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -146,7 +146,7 @@ const { Content } = await entry.render(); #### 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: