tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

IIncludeUIOptions['locale'] not declared in index.d.ts

Open WenhanDo opened this issue 4 years ago • 5 comments

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

WenhanDo avatar Jun 02 '20 07:06 WenhanDo

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.

auto-comment[bot] avatar Jun 02 '20 07:06 auto-comment[bot]

Thank you for reporting. We will improve soon.

jinwoo-kim-nhn avatar Jun 19 '20 00:06 jinwoo-kim-nhn

Hi, , is this issue fixed.

Naveen-Nalam avatar Jul 23 '20 16:07 Naveen-Nalam

'locale' does not exist in type 'IIncludeUIOptions'??

horizon188 avatar Dec 06 '22 14:12 horizon188

hi, this issue fixed? I got the same error

RexHung0302 avatar Apr 21 '23 08:04 RexHung0302