**Gm everyone! **
can anyone help me with this error? I've been trying for a few days... I've already updated the angular version, the material angular version and nothing so far...
Error: node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:9:22 - error TS2720: Class 'FileInputComponent' incorrectly implements class 'MatFormFieldControl<FileInput>'. Did you mean to extend 'MatFormFieldControl<FileInput>' and inherit its members as a subclass?
Property 'stateChanges' is missing in type 'FileInputComponent' but required in type 'MatFormFieldControl<FileInput>'.
9 export declare class FileInputComponent extends FileInputMixinBase implements MatFormFieldControl<FileInput>, ControlValueAccessor, OnInit, OnDestroy, DoCheck {
~~~~~~~~~~~~~~~~~~
node_modules/@angular/material/form-field/index.d.ts:298:14
298 readonly stateChanges: Observable<void>;
~~~~~~~~~~~~
'stateChanges' is declared here.