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

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

huuya 25d114d2 f28b6bed

Changed files
+1 -1
docs
+1 -1
docs/advanced/server-side-rendering.md
···
// ...
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]