Stijn Van Hulle
Stijn Van Hulle
https://github.com/anymaniax/orval/issues/347(export MSW controllers to a separate index file) This one should be great to have :)
@bombillazo Can this be included in the docs of ant-design? https://ant.design/components/time-picker#api has API set for `onSelect` but not for `onCalendarChange`
What is the status of this, we want to use a date picker and show the week numbers but we have not found a way of doing this with the...
@zombieJ It seems this has been added in v5.14.0, so this issue can probably be closed?
@dai-shi I'm also having the same issue when using Commonjs(mainly for Jest now) with 4.3.0. The vanilla export is with version 4.3.0 not resolving, see https://codesandbox.io/s/zustand-vanilla-cjs-3e9m52
@dai-shi Yes your latest commit fixes my issue 👍🏼
@dai-shi Yes your latest commit fixes my issue 👍🏼
Kubb version `2.13.3` will resolve this.
`z.omit` would not work for `readonly` properties. Those should still be visible in the schema but not be settable. Omit will remove the field, which is not something we want....
Extend only works on another object so we need to remove the `zod.lazy` and regenerate the Zod model when a read-only field is used. This makes it a little bit...