moayadnajd / nativescript-filter-select

A NativeScript plugin to provide an listview widget to select AND filter items
http://codeobia.com
Other
37 stars 19 forks source link

Problem with NativeScript 4.1.1 #48

Open edrick27 opened 6 years ago

edrick27 commented 6 years ago

I am use NativeScript 4.1.1 with angular 5 and when I open a view console show follow error :

"originalStack": "Error: Uncaught (in promise): TypeError: Could not load view for: FilterSelect.TypeError: Cannot set property modal of [object Object] which has only a getter\nTypeError: Could not load view for: FilterSelect.TypeError: Cannot set property modal of [object Object] which has only a getter\n at Object.getViewClass (file:///data/data/com.dingandone.dingdone/files/app/tns_modules/nativescript-angular/element-registry.js:88:15)\n

if I use NativeScript 3.4.0 the error not show.