Skip to content

Commit

Permalink
Remove struct component warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Apr 2, 2022
1 parent ffd05f5 commit bfef5d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/docs/advanced-topics/server-side-rendering.md
Expand Up @@ -164,9 +164,6 @@ function is called after the first time. At that time, the DOM may not
be connected, you should prevent any access to rendered nodes until
`rendered()` method is called.

When using SSR and Hydration, prefer function components whenever
possible.

:::

## Example
Expand Down

0 comments on commit bfef5d3

Please sign in to comment.