tui.image-editor
tui.image-editor copied to clipboard
IIncludeUIOptions['locale'] not declared in index.d.ts
Describe the bug
Object literal may only specify known properties, and 'locale' does not exist in type 'IIncludeUIOptions'.ts(2322)
To Reproduce Steps to reproduce the behavior:
const newInstance = new TuiImageEditor(someElement, {
includeUI: {
locale: localFactory(),
},
})
an error from ts
Expected behavior no ts errors
Desktop (please complete the following information): any
Smartphone (please complete the following information): 3.9.0
Thank you for raising an issue. We will try and get back to you as soon as possible.
Please make sure you have filled out issue respecting our form in English and given us as much context as possible. If not, the issue will be closed or not replied.
Thank you for reporting. We will improve soon.
Hi, , is this issue fixed.
'locale' does not exist in type 'IIncludeUIOptions'??
hi, this issue fixed? I got the same error