You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, not sure if this package is still being maintained but it would be beneficial to have TypeScript support automatically functional with the official client preset.
In the meantime the attached patch can be used with PNPM's built-in patching functionality to provide automatic first-class TypeScript support with query and mutation equivalent to that available with the React-based useQuery and useMutation hooks.
Hi, not sure if this package is still being maintained but it would be beneficial to have TypeScript support automatically functional with the official client preset.
[email protected]
In the meantime the attached patch can be used with PNPM's built-in patching functionality to provide automatic first-class TypeScript support with
query
andmutation
equivalent to that available with the React-baseduseQuery
anduseMutation
hooks.(In
package.json
:)The text was updated successfully, but these errors were encountered: