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
I'm currently trying out groqd but getting a typescript error below
The inferred type of 'runQuery' cannot be named without a reference to 'groqd/node_modules/zod'. This is likely not portable. A type annotation is necessary.
The code is the same as in the examples:
export const runQuery = makeSafeQueryRunner(
(query: string, params: Record<string, number | string> = {}) =>
client.fetch(query, params)
As mentioned in the title, i'm running pnpm and turborepo with a nextjs (14.1.4) app
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Code of Conduct
Code Sandbox link
No response
Bug report
The text was updated successfully, but these errors were encountered: