Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Syntax errors in Next.js SSR documentation. (#3721)

authored by

huuya and committed by
GitHub
25d114d2 f28b6bed

+1 -1
+1 -1
docs/advanced/server-side-rendering.md
··· 123 123 // ... 124 124 const ssr = ssrExchange({ isClient: false }); 125 125 126 - const client new Client({ 126 + const client = new Client({ 127 127 url: 'https://??', 128 128 suspense: true, // This activates urql's Suspense mode on the server-side 129 129 exchanges: [cacheExchange, ssr, fetchExchange]