You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error "TemplateResult" is not generic during build
"@kor-ui/kor": "^1.8.1"
I have a in the console:
node_modules/@kor-ui/kor/components/card/kor-card.d.ts:25:15 - error TS2315: Type 'TemplateResult' is
not generic.
25 render(): import("lit-html").TemplateResult<1>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@kor-ui/kor/components/icon/kor-icon.d.ts:16:15 - error TS2315: Type 'TemplateResult' is
not generic.
16 render(): import("lit-html").TemplateResult<1>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@kor-ui/kor/components/input/kor-input.d.ts:43:15 - error TS2315: Type 'TemplateResult' is not generic.
43 render(): import("lit-html").TemplateResult<1>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Error "TemplateResult" is not generic during build
"@kor-ui/kor": "^1.8.1"
I have a in the console:
The text was updated successfully, but these errors were encountered: