Skip to content

Commit

Permalink
docs: correct example code (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanio committed Nov 15, 2020
1 parent 37ad9c1 commit 7cd586f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages/docs/guides/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ hydrate(queryCache, dehydratedState)
ReactDOM.hydrate(
<ReactQueryCacheProvider queryCache={queryCache}>
<App />
</ReactQueryCacheProvider>
</ReactQueryCacheProvider>,
document.getElementById('root')
)
```

Expand Down

1 comment on commit 7cd586f

@vercel
Copy link

@vercel vercel bot commented on 7cd586f Nov 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.