Why i am getting this error?
Error: node_modules/surveyjs-editor/surveyeditor.d.ts:1327:22 - error TS2420: Class 'SurveyPropertyEditorBase' incorrectly implements interface 'ILocalizableOwner'.
Property 'getRenderer' is missing in type 'SurveyPropertyEditorBase' but required in type 'ILocalizableOwner'.
1327 export declare class SurveyPropertyEditorBase implements Survey.ILocalizableOwner {
~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/survey-knockout/survey.ko.d.ts:2654:9
2654 getRenderer(name: string): string;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'getRenderer' is declared here.
Cheers
Olaf