github urql-graphql/urql @urql/core@3.2.2

latest releases: @urql/solid@0.1.0, @urql/next@1.1.2, @urql/exchange-graphcache@7.1.3...
18 months ago

Patch Changes

  • ⚠️ Fix generated empty Variables type as passed to generics, that outputs a type of { [var: string]: never; }.
    A legacy/unsupported version of typescript-urql, which wraps urql's React hooks, generates
    empty variables types as the following code snippet, which is not detected:
    type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
    type Variables = Exact<{ [key: string]: never }>;
    Submitted by @kitten (See #3029)

Don't miss a new urql release

NewReleases is sending notifications on new releases.