fix(vue): fix variables typing #2975
Annotations
5 errors and 1 warning
packages/vue-urql/src/useQuery.ts#L250
Argument of type 'UseQueryArgs<T, V>' is not assignable to parameter of type 'UseQueryArgs<T, V> | UseSubscriptionArgs<T, V>'.
|
packages/vue-urql/src/useSubscription.ts#L58
Type 'Variables' does not satisfy the constraint '{}'.
|
packages/vue-urql/src/utils.ts#L121
Argument of type 'UseQueryArgs<T, V> | UseSubscriptionArgs<T, V>' is not assignable to parameter of type 'UseQueryArgs<T, V> | UseSubscriptionArgs<T, V> | { query: MaybeRef<DocumentInput<T, V>>; variables: V; }'.
|
vitest.config.ts#L15
No overload matches this call.
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading