Hakim Gueye
Hakim Gueye
### What version of Remix are you using? 1.4.1 ### Steps to Reproduce ```js export const action: ActionFunction = async ({ request }) => { const uploadHandler = unstable_createFileUploadHandler({ file:...
Updated the processDef() function to properly handle ZodUnion types in the Zod schema. When encountering a ZodUnion, the function now tries to parse the value with each option of the...
This PR fixes and improves the existing code. The changes made include: - Type and import corrections to match the latest Zod specifications. - Fixing error handling and value retrieval...
## Screenshots https://github.com/epicweb-dev/epic-stack/assets/64654633/1949899a-edbd-45e2-8819-cef90353645d
This PR enables the [v3_singleFetch](https://remix.run/docs/en/main/guides/single-fetch#enabling-single-fetch) feature.