TSC error TS2515
I have this error after TS checking:
$ tsc --noemit
node_modules/@hcaptcha/react-hcaptcha/types/index.d.ts:30:15 - error TS2515: Non-abstract class 'HCaptcha' does not implement inherited abstract member 'render' from class 'Component<HCaptchaProps, HCaptchaState>'.
[16:27:15] Error: TypeScript error: C:/Users/Jed/Documents/code/x/web/gulp-html-adaptive-cards/node_modules/adaptivecards-fabric/lib/components/inputs/InputChoiceSetFabric.d.ts(4,22): Error TS2515: Non-abstract class 'InputChoiceSetFabric' does not implement inherited abstract member 'isSet' from class 'ReactInputElement'.
at formatError (C:\Users\Jed\AppData\Roaming\npm\node_modules\gulp-cli\lib\versioned^4.0.0\format-error.js:21:10)
at Gulp.
Hi @agat can you check if this is still an issues with latest version?