Jon Lambert
Jon Lambert
Could this be re-opened? This would be a prerequisite for us to use Nhost so will be following with a keen eye :)
Actually, seems this is pretty simple to do with transform: ```ts const UserSchema = z .object({ name: z.string(), dateOfBirth: z.number() }) .transform(values => ({ ...values, get age() { dayjs(values.dateOfBirth).diff(dayjs(), 'year')...
Noting an equivalent PR has been released in Valibot for this, too 🙂 https://github.com/fabian-hiller/valibot/pull/164
Yeah whilst that does fix the problem, unfortunately that goes against the official spec for useEffect and breaks hook linting. I'd like to find a way to fix this without...
Apologies for the ping too, but this is a huge issue to encounter after dedicating time to moving to Nx. I'm noticing this specifically in a release process – when...
Still an issue for me, on a fresh expo project trying to build for Android.