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

TypeScript Error: interactiveClose() - different type for get and set #259

Open
weihsth opened this issue Jun 17, 2022 · 1 comment
Open

Comments

@weihsth
Copy link

weihsth commented Jun 17, 2022

Error: node_modules/@ncstate/sat-popover/popover/popover.component.d.ts:71:9 - error TS2380: 'get' and 'set' accessor must have the same type.

71 get interactiveClose(): boolean;
~~~~~~~~~~~~~~~~

Error: node_modules/@ncstate/sat-popover/popover/popover.component.d.ts:72:9 - error TS2380: 'get' and 'set' accessor must have the same type.

72 set interactiveClose(val: BooleanInput);

@isaackehle
Copy link
Member

I could use more information about your build

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

2 participants