Issue T7581
Visible to All Users

Survey-vue [1.8.61] : Property 'trimValue' is protected but type 'Base' is not a class derived from 'Base'.

created 3 years ago (modified 3 years ago)

This issue still exists 1.8.61

ERROR in ./survey-vue/survey.vue.d.ts(1997,41):
1997:41 Type 'import("./survey-core/survey.core").Action' does not satisfy the constraint 'import("./survey-vue/survey.vue").Action'.
Property 'trimValue' is protected but type 'Base' is not a class derived from 'Base'.
1995 | handleClick: boolean;
1996 | constructor(props: any);

1997 | getModel(): AdaptiveActionContainer<import("survey-core").Action, import("survey-core").IAction>;
| ^
1998 | }

Code
![issue.png](/attachment/file/43aa2421-2629-4261-b40f-993507a50d14)
Comments (1)

    Hello,

    Thank you for the report. We'll work on the fix and update this thread immediately

    Thanks, Serge
    SurveyJS Team

    Answers approved by surveyjs Support

    created 3 years ago

    Hello,

    I've fixed the issue via the https://github.com/surveyjs/survey-library/commit/2633652d9c9b34782b534ba024ebf70788b2d9e1 commit. Fix will be available after merge in the nearest minor update.

    Thanks, Serge
    SurveyJS Team

      Comments (1)

        Thank You…