Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type 'TemplateResult' is not generic #90

Open
grzeslaws opened this issue Jun 2, 2021 · 0 comments
Open

Type 'TemplateResult' is not generic #90

grzeslaws opened this issue Jun 2, 2021 · 0 comments

Comments

@grzeslaws
Copy link

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>;
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant