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
930 stars 128 forks source link

Cannot destructure property 'height' of 'this.stencilCoordinates' as it is undefined. #239

Closed eguvenc closed 1 year ago

eguvenc commented 1 year ago

I get an height error in vue 3.3.4 version.

image

image

Here is the codesandbox link. https://codesandbox.io/p/github/eguvenc/test/main

I used this example https://advanced-cropper.github.io/vue-advanced-cropper/guides/advanced-stencil.html#result

Norserium commented 1 year ago

@eguvenc, stencilCoordinates is the prop for the stencil component, therefore you should create the component and pass it to stencil-component.

There is the codesandbox.

eguvenc commented 1 year ago

It works well :) 🍺 😄 thanks.

Norserium commented 1 year ago

@eguvenc, you are welcome!