krausandre / content-blocks-gui

GNU General Public License v2.0
2 stars 0 forks source link

[BUG] Property 'cloneFieldType' and 'availableFieldTypes' does not exist #18

Open PKuhlmay opened 3 months ago

PKuhlmay commented 3 months ago

During ddev start I get the following Error: src/views/EditCB/PickerView.vue:31:19 - error TS2339: Property 'cloneFieldType' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.

and

Property 'availableFieldTypes' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.