David Matějka
David Matějka
so enums can be easily used in zod enums like this ```ts import {ContemberClientNames} from '@app/client' const postStatus = z.enum(ContemberClientNames.enums.PostStatus) ```
Currently, when defining an array column in the Contember schema using the `.list()` method, the `.notNull()` constraint applies only to the column itself. This means that while the column cannot...
similar to Link
When you try to use useRepeaterSortableItem inside drag overlay, it now fails, because it is not inside the sortable item context.