cloudinary / frontend-frameworks

Cloudinary javascript frontend frameworks SDKs, including Shared HTML layer, Angular, React and Vue SDKs
https://www.cloudinary.com
MIT License
42 stars 16 forks source link

fix: return last plugin response #210

Closed lbendavid-cloudinary closed 1 year ago

lbendavid-cloudinary commented 1 year ago

Pull request for cloudinary/frontend-frameworks

For which package is this PR?

@cloudinary/html

What does this PR solve?

Instead of returning the promise result inside the loop, returning the promise of the last plugin, which solve the issue when multiple plugins working together ends up in a wrong order of requests

Final checklist