nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.98k stars 1.29k forks source link

setCropzoneReact throwing __fe_id Error #926

Open idoljeric opened 3 months ago

idoljeric commented 3 months ago

__fe_id throwing console error after setting or calling imageEditor.setCropzoneReact()

Steps to reproduce the behavior:

  1. call setCropzoneReact image
  2. After that i debug on the js file of the tui-image-editor.js and found out that the obj is getting undefined/null image

Error thrown: image

for the behavior, I don't have a bug in setting it up it's still working but it throws errors like this and continue throwing while changing the crop do we have a fix for this?