advanced-cropper / vue-advanced-cropper

The advanced vue cropper library that gives you opportunity to create your own croppers suited for any website design
https://advanced-cropper.github.io/vue-advanced-cropper/
Other
977 stars 132 forks source link

Rename destroyed to unmounted #114

Closed mattkingshott closed 3 years ago

mattkingshott commented 3 years ago

I'm getting warnings on the version / branch targeting Vue 3:

[Vue warn]: `destroyed` has been renamed to `unmounted`
Norserium commented 3 years ago

@mattkingshott, thank you for your report. Fixed in 2.2.1.

Norserium commented 3 years ago

@mattkingshott, will I close issue then. If you encounter one in the future, feel free to reopen.

TheVaan commented 3 years ago

Hello @Norserium, it seems you missed one line: https://github.com/Norserium/vue-advanced-cropper/blob/c3f6c5bd2d446dbf995b3347c3f956d4aec73eaa/src/components/helpers/Preview.vue#L164

Edit: Solved by manual updating to v2.2.1 - npm didn't installed latest version, see #118