File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments