model is no longer a valid prop, seems to be replaced by modelKey/modelId.
The documentation does not reflect this change - https://mantine.dev/x/modals/
Change introduced in PR: https://github.com/mantinedev/mantine/pull/8439
Type error: Object literal may only specify known properties, but 'modal' does not exist in type '{ modalKey: string; } & Partial<Omit<ModalProps, "opened">> & { modalId?: string | undefined; } & { innerProps: any; } & DataAttributes'. Did you mean to write 'mod'?
683 | const aiId = form.getValues("id");
684 | openContextModal({
> 685 | modal: "secrets",
| ^