uploadcare / ngx-uploadcare-widget

Angular 2+ wrapper for Uploadcare Widget
MIT License
15 stars 10 forks source link

Angular 9 compatibility #50

Closed gopal-augment closed 4 years ago

gopal-augment commented 4 years ago

Describe the bug

Upgraded our project with Angular 9 and upgraded npm i ngx-uploadcare-widget, tried version >=2.x

Code / screenshots

image

Environment

But in version 1.2.5 works fine. Latest version not works with Angular 9

gopal-augment commented 4 years ago

I figured out this occurred when IVY is disabled and doesn't work with latest version. Worked with v1.2.5 when IVY disabled.

So this has fixed latest version of "ngx-uploadcare-widget": "^2.0.2", also need to install its peer dependency "uploadcare-widget": "^3.10.2". Then should enable IVY.

Uploadcare team, I think this should work when IVY is disabled. Take a look at it.

Thanks