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
