Angular 15 error while installing jsonform version ^3.2.0-alpha.4

Hi,

I installed jsonforms ( ^3.2.0-alpha.4) in one of my existing angular 15 application and after running I’m getting below error.

attaching package.json screenshot

app.component.html

<jsonforms
[data]=“data”
[schema]=“schema”
[uischema]=“uischema”
[renderers]=“renderers”

Below is the error i’m getting

Error: node_modules/@jsonforms/angular-material/lib/library/controls/autocomplete.renderer.d.ts:42:111 - error TS2344: Type ‘{
options: { alias: “options”; required: false; }; }’ does not satisfy the constraint ‘{ [key: string]: string; }’.
Property ‘“options”’ is incompatible with index signature.
Type ‘{ alias: “options”; required: false; }’ is not assignable to type ‘string’.

42 static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteControlRenderer, “AutocompleteControlRenderer”, never, { “options”: { “alias”: “options”; “required”: false; }; }, {}, never, never, false, never>;

Please try to resolve this issue

Hi @Joset2023,

Angular 15 is only supported by the exact version 3.2.0-alpha.4 not ^3.2.0-alpha.4 which likely resolves to 3.2.0-beta.1 for you.