From 229d09e68633db8d8603f1122f454a5ceeadb909 Mon Sep 17 00:00:00 2001 From: Matheus Lichtnow Date: Sat, 23 Mar 2024 18:06:56 -0300 Subject: [PATCH] feat(union): remove union warning from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3f3b374..e4d0c43 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This library adapts a [zod](https://www.npmjs.com/package/zod) schema to work as a `validationSchema` prop or `validate` prop on [Formik](https://www.npmjs.com/package/formik) -**IMPORTANT: Currently, this library does not work with zod union. See more [here](https://github.com/robertLichtnow/zod-formik-adapter/issues/2).** - ## Install ```sh