Skip to content

Commit

Permalink
Minor structure update (#9838)
Browse files Browse the repository at this point in the history
Missed one `#`
  • Loading branch information
lachieh committed Feb 6, 2024
1 parent 56882d2 commit 4acf545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/plugins/typescript/typescript-msw.mdx
Expand Up @@ -109,7 +109,7 @@ mockGetUserQuery({ query, variables, operationName, request }) => {})

MSW 2.x introduced a number of breaking changes. The types from `msw` are not compatible between the two versions so to upgrade, you will have to make some changes.

## Updating the resolver function
### Updating the resolver function

You will need to update callback signatures to use the new resolver argument. In addition, the returned result must be a `Response` object.

Expand Down

0 comments on commit 4acf545

Please sign in to comment.