Skip to content

Commit

Permalink
docs(react): broken markdown for the options table in the README.md f…
Browse files Browse the repository at this point in the history
…ile (#465)

Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
dgonzalezr and christian-bromann authored Aug 28, 2024
1 parent b8930b0 commit 75c6cce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-output-target/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| `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. |

0 comments on commit 75c6cce

Please sign in to comment.