Bria Vicenti
Bria Vicenti
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.6.0 **What browser are you using?** N/A (Typescript issue) **Reproduction URL** https://codesandbox.io/s/optimistic-robinson-djo0yp?file=/src/App.tsx ^...
I'm using the `preview` option when parsing to validate that the header row of a file matches a set of expected headers before attempting to upload: ``` Papa.parse(file, { preview:...
In our Typescript app, we frequently use the zod `.catch` helper (see [here](https://zod.dev/?id=catch)) to add fallback behavior to schemas used to validate API data. These schema setups are being incorrectly...