ng2-nouislider icon indicating copy to clipboard operation
ng2-nouislider copied to clipboard

Strict type checking reveals a bug

Open stephanrauh opened this issue 8 years ago • 0 comments

Trying to compile the library with strict type checks and strict linting reveals a bug:

ERROR in noui-slider.component.ts (228,28): Argument of type 'any[]' is not assignable to parameter of type 'never[]'. Type 'any' is not assignable to type 'never'.) image

stephanrauh avatar Feb 27 '17 12:02 stephanrauh