From 75c6cce4cc927404335f5d400678200008ed4230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dabiel=20Gonz=C3=A1lez=20Ramos?= Date: Wed, 28 Aug 2024 17:57:34 +0300 Subject: [PATCH] docs(react): broken markdown for the options table in the README.md file (#465) Co-authored-by: Christian Bromann --- packages/react-output-target/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/react-output-target/README.md b/packages/react-output-target/README.md index e388fb35..129a958f 100644 --- a/packages/react-output-target/README.md +++ b/packages/react-output-target/README.md @@ -85,7 +85,5 @@ That's it! You can now import and use your Stencil components as React component | `esModule` | If `true`, the output target will generate a separate ES module for each React component wrapper. Defaults to `false`. | | `stencilPackageName` | The name of the package that exports the Stencil components. Defaults to the package.json detected by the Stencil compiler. | | `excludeComponents` | An array of component tag names to exclude from the React output target. Useful if you want to prevent certain web components from being in the React library. | - | `customElementsDir` | The directory where the custom elements are saved. This value is automatically detected from the Stencil configuration file for the `dist-custom-elements` output target. If you are working in an environment that uses absolute paths, consider setting this value manually. | - -| `hydrateModule` | For server side rendering support, provide the package for importing the [Stencil Hydrate module](https://stenciljs.com/docs/hydrate-app#hydrate-app), e.g. `my-package/hydrate`. This will generate two files: a `component.server.ts` which defines all component wrappers and a `components.ts` that re-exports these components for importing in your application. | \ No newline at end of file +| `hydrateModule` | For server side rendering support, provide the package for importing the [Stencil Hydrate module](https://stenciljs.com/docs/hydrate-app#hydrate-app), e.g. `my-package/hydrate`. This will generate two files: a `component.server.ts` which defines all component wrappers and a `components.ts` that re-exports these components for importing in your application. |