We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using @urql/vue, upgraded to v1.1.0 (dependency update only, no code changes) now gets the aforementioned error.
@urql/vue
On this line
var composeExchanges = e => ({client: r, forward: t, dispatchDebug: n}) => e.reduceRight(((e, t) => {
in urql-core.mjs line: 489
urql-core.mjs
I have a feeling @urql/vue v1x does not support the latest @urql/core v4x
https://codesandbox.io/p/sandbox/urql-vue-issue-rlrphn?file=%2Fsrc%2Fmain.js
Found "@urql/[email protected]"
The text was updated successfully, but these errors were encountered:
Not a bug, so I'll convert this into a discussion shortly ✌️
You now have to explicitly pass an array of exchanges: #3114 (comment)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Using
@urql/vue
, upgraded to v1.1.0 (dependency update only, no code changes) now gets the aforementioned error.On this line
in
urql-core.mjs
line: 489I have a feeling @urql/vue v1x does not support the latest @urql/core v4x
Reproduction
https://codesandbox.io/p/sandbox/urql-vue-issue-rlrphn?file=%2Fsrc%2Fmain.js
Urql version
Found "@urql/[email protected]"
Validations
The text was updated successfully, but these errors were encountered: