Austin Shelby
Austin Shelby
Any updates on this one? I still have the same problem. BitPay Android application can only open Bitcoin Payment Protocol invoices from `bitpay.com` not from any other domain. I tried...
I tried to reproduce this issue but wasn't able to get the error: [https://codesandbox.io/s/issue-with-types-using-refine-with-an-array-results-in-typescript-linting-error-z9etol?file=/src/App.tsx](https://codesandbox.io/s/issue-with-types-using-refine-with-an-array-results-in-typescript-linting-error-z9etol?file=/src/App.tsx) Can you show a full example where this error occurs?
I managed to get the correct functionality with this code: ```ts import type { ZodObject, ZodTypeAny } from 'zod'; import { z } from 'zod'; function zodPickDemo(src: ZodObject): ZodObject {...