Shun Wakatsuki
Shun Wakatsuki
I also came up with the same issue, and wrote the following code in the `:config` section of `use-package`. It seems to work well for me (Ubuntu 16.04, Emacs 24.5.1),...
Sure! I will do it in a few days.
I'm seeing the same issue. As @lgraubner pointed out, `Zod3Type` introduced in v5.1.0 does not match `ZodSchema` from zod. I looked into this a bit more and here’s a minimal...
In addition, here are some workarounds for this issue. The root cause is that the `ZodSchema` type does not declare the `_def.typeName` property, which is expected by `zodResolver` via `Zod3Type`,...
@pvarouktsis If the fixes go smoothly, I will create a pull request by this weekend.
I’ve created a PR with the changes described above. As far as I can confirm, this PR resolves the errors you reported in the code examples above. ## PR contents...