Vladislav Bezenson

Results 44 comments of Vladislav Bezenson

BTW you can create a patch with [patch-package](https://www.npmjs.com/package/patch-package) lib, so you don't need to fork this repository

Looks like it will be never fixed?

Looks like I have the same issue. I turn on TV. It is become available and I can control it from HA. But after a minute it sis become unavailable

Confirm. I have the same issue on this step.

@alexanderznamensky Я тоже столкнулся с этой проблемой. Но тут, скорее всего, проблема у яндекса. У меня пульт Tuya S08. Его можно подключить через Яндекс напрямую, либо через Smart Life или...

I am doing this: ``` const value = '1.2.3.4.5.6.7.8.9'; const results = conformToMask(value, [/\d?/, /\d?/, /\d/, '.', /\d?/, /\d?/, /\d/, '.', /\d?/, /\d?/, /\d/, '.', /\d?/, /\d?/, /\d/]); console.log(results.conformedValue); ```...

Yeah, I have the same with `Button`. Link is working. And I am using Next.js (just additional information).

@elupus Hm, white it is not an issue anymore? My TV still becomes unavailable after 5 minutes

Just add this to your `tsconfig.json` ``` // TypeScript >= 4.1.1 { "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", //... } } ``` Described here: https://preactjs.com/guide/v10/typescript/#typescript-configuration

> Have you solved this problem? My solution didn't help? https://github.com/preactjs/preact-router/issues/426#issuecomment-1398645009