-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with client-preset #303
Comments
@erwan-joly Thank you for pointing out the compatibility issue with the client-preset. I understand that the configuration is not being applied as expected when using it. Your input is valuable, and I appreciate your effort in sharing the workaround you've found. To help other users who may encounter the same issue, it would be great if you could create a pull request to update the README with this information. I believe this would be a valuable addition to the documentation. Thank you once again for your contribution, and I look forward to your continued support. |
Sure will try to do that as soon as I have some spare time :) |
Close by #361 |
@Code-Hex is the workaround good enough ? seems a bit dirty |
Hi, it seems like when using the client-preset the configuration is totally ignored.
this code would result in the validation schema using yup (default configuration) instead of zod
I need an extra generation to get it to use the right configuration
The text was updated successfully, but these errors were encountered: