Skip to content

Commit

Permalink
fix missing equal
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww committed Dec 15, 2024
1 parent f28b6be commit 4b0e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/server-side-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const handleRequest = async (req, res) => {
// ...
const ssr = ssrExchange({ isClient: false });

const client new Client({
const client = new Client({
url: 'https://??',
suspense: true, // This activates urql's Suspense mode on the server-side
exchanges: [cacheExchange, ssr, fetchExchange]
Expand Down

0 comments on commit 4b0e2b0

Please sign in to comment.