Vladislav Botvin
Vladislav Botvin
It's reproduced again in `23.3.0` https://github.com/effector/effector/issues/861#issuecomment-1447848067
Workaround from another thread https://github.com/colinhacks/zod/issues/1628#issuecomment-1338136697
`z.custom(x => x !== undefined)`
`z.custom(x => x !== undefined)` works
`z.custom(x => x !== undefined)` `z.custom(x => x !== undefined)` Maybe ☝️ is ok
For me it fails too for combo: RDS token + SSL (plain password + SSL works fine) Without SSL ```typescript const signer = new RDS.Signer() const getPassword = () =>...
Would be user friendly to provide way to setup `unrepresentable` option in any way that user wants
Here's was attempt to force `unrepresentable : 'any'` But if you don't like it, good compromise is to allow library user to define their own behaviour via argument passing https://github.com/BenLorantfy/nestjs-zod/pull/200