cloudinary / cloudinary_angular

Cloudinary Angular client library
MIT License
305 stars 228 forks source link

after updating latest version #292

Open ansitdevfive opened 4 years ago

ansitdevfive commented 4 years ago

hi team, after updating latest verison of @cloudinary/angular-5.x is gives error on node_modules/cloudinary-core/cloudinary-core.d.ts:853: this file . please fixed it asap

see error https://lh3.googleusercontent.com/-mbZpLSEIf68/XyzdWvQMUhI/AAAAAAAADaw/Xm7V2fkweWsMl0dudR3QkZHD1wASNYNsQCK8BGAsYHg/s0/2020-08-06.png

2020-08-06

shirlymanor commented 4 years ago

@ansitdevfive can you please make sure you have the latest version? (e.g., cloudinary-core is at 2.6.3, the angular file is 2.10.2 ). You might want to try our sandbox here: https://codesandbox.io/s/cranky-gareth-mwzh0?file=/src/app/app.component.ts

patrick-tolosa commented 4 years ago

Hey @ansitdevfive

We tracked down the issue to a strict flag in typescript that's causing this issue. We've updated cloudinary-core to version 2.11.2

Please update and let us know if this persists after an update