Skip to content

Commit

Permalink
Merge pull request #1398 from richard-unterberg/fix-typo-in-react-exa…
Browse files Browse the repository at this point in the history
…mple

✏️ fix typo in comment
  • Loading branch information
brillout committed Jan 1, 2024
2 parents 576b8ae + d933224 commit 2eeec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-full/renderer/+onRenderHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const onRenderHtml: OnRenderHtmlAsync = async (pageContext): ReturnType<OnRender
<PageShell pageContext={pageContext}>
<Page />
</PageShell>,
// We don't need react-streaming for this app. (We use it merely to showcase that Vike can handle react-streaming with a pre-rendered app. Note that using react-streaming with pre-rendering can make sense if we want to be able to use React's latest <Suspsense> techniques.)
// We don't need react-streaming for this app. (We use it merely to showcase that Vike can handle react-streaming with a pre-rendered app. Note that using react-streaming with pre-rendering can make sense if we want to be able to use React's latest <Suspense> techniques.)
{ disable: true }
)

Expand Down

0 comments on commit 2eeec14

Please sign in to comment.