Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

[Error] "setVersion" was undefined #71

Closed turb0Code closed 1 year ago

turb0Code commented 1 year ago

I'am facing this issue while implementing Cropper component (directly from your example CropperSampleV6).

cropper

Chronostasys commented 1 year ago

Hi @turb0Code , did you add the js file reference to your project correctly? The error seems to be related to js interop.

turb0Code commented 1 year ago

Oh, I accidentally commented out this line. Thanks a lot!