popover icon indicating copy to clipboard operation
popover copied to clipboard

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

Open weihsth opened this issue 2 years ago • 1 comments

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

weihsth avatar Jun 17 '22 19:06 weihsth

I could use more information about your build

isaackehle avatar Jul 14 '22 02:07 isaackehle