Skip to content

Commit

Permalink
Update docs/framework-integration/react.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner Reits <[email protected]>
  • Loading branch information
christian-bromann and tanner-reits authored Oct 23, 2024
1 parent d1ffbd6 commit fb93281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ If your React framework supports server side rendering, e.g. [Next.js](https://n
```

3. Set the `hydrateModule` in your React output target configuration, e.g.
```ts
```ts title="stencil.config.ts"
import { Config } from '@stencil/core';
import { reactOutputTarget } from '@stencil/react-output-target';
Expand Down

0 comments on commit fb93281

Please sign in to comment.