angular2-multiselect-dropdown icon indicating copy to clipboard operation
angular2-multiselect-dropdown copied to clipboard

ERROR in node_modules/angular2-multiselect-dropdown/lib/virtual-scroll/virtual-scroll.d.ts:97:29 - error TS2314: Generic type 'Tween<T>

Open argelj289 opened this issue 3 years ago • 3 comments

I'm getting error when I try to compile my angular project with angular2-multiselect-dropdown

it gives me this error:

ERROR in node_modules/angular2-multiselect-dropdown/lib/virtual-scroll/virtual-scroll.d.ts:97:29 - error TS2314: Generic type 'Tween<T>' requires 1 type argument(s).

97     protected currentTween: tween.Tween;

Angular version: 10.1.3 angular2-multiselect-dropdown version: 4.6.5 @tween/tween.js version: 18.6.4

argelj289 avatar Nov 16 '20 15:11 argelj289

I'm also getting memory leaks when I unit test a component where AngularMultiSelectModule is included

argelj289 avatar Nov 23 '20 21:11 argelj289

+1, I am also getting same error too : TS2314: Generic type 'Tween<T>' requires 1 type argument(s) angular version : 4.2.4 angular2-multiselect-dropdown version : 4.6.6 @tweenjs/tween.js: version : 18.6.4 any help would be appreciated!

saadahmadabbasi avatar Dec 17 '20 16:12 saadahmadabbasi

was able to solve the issue by going back to an older version : "@tweenjs/tween.js": "^17.2.0", "@types/tween.js": "^17.2.0"

saadahmadabbasi avatar Dec 17 '20 17:12 saadahmadabbasi