Skip to content

Commit 6cac9ee

Browse files
authored
Merge pull request apollographql#12577 from apollographql/da/remove-netlify-client
Remove netlify config and update all docs to mdx
2 parents 87d0521 + fa4ceed commit 6cac9ee

22 files changed

+2
-22
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { getDataFromTree } from "@apollo/client/react/ssr";
2020
| Param | Type | description |
2121
| - | - | - |
2222
| `tree` | React.ReactNode | The React tree you would like to render and fetch data for. |
23-
| `context` | { [key: string]: any } | Optional values you would like to make available in the React Context during rendering / data retrieval. |
23+
| `context` | `{ [key: string]: any }` | Optional values you would like to make available in the React Context during rendering / data retrieval. |
2424

2525
### Result
2626

@@ -42,7 +42,7 @@ import { renderToStringWithData } from "@apollo/client/react/ssr";
4242

4343
| Param | Type | description |
4444
| - | - | - |
45-
| `component` | ReactElement<any> | The React component tree you would like to render and fetch data for. |
45+
| `component` | `ReactElement<any>` | The React component tree you would like to render and fetch data for. |
4646

4747
### Result
4848

0 commit comments

Comments
 (0)