Skip to content

Commit

Permalink
fix(urql): temporarily disable urql type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 23, 2022
1 parent 6470d6e commit 6ef8c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt/plugins/urql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default defineNuxtPlugin(async (nuxtApp) => {
// },
}

// @ts-ignore https://github.com/FormidableLabs/urql/issues/2639
const cache = cacheExchange(cacheConfig)

const options: ClientOptions = {
Expand Down

0 comments on commit 6ef8c89

Please sign in to comment.