Pavel Mazhnik

Results 13 comments of Pavel Mazhnik

Only adding **ts-jest** in **transform** jest options fixed this issue for me: ```json "jest": { "transform": { "^.+\\.(js|jsx|ts|tsx)$": "/node_modules/ts-jest" } ``` Downgrading didn't help. UPD: You should install **ts-jest** first.

`qr-scanner` (https://github.com/nimiq/qr-scanner) is also limited to QR codes

Potentially related to https://github.com/flutter/flutter/issues/143922

@asarkar101 I am not a maintainer of this repository, therefore it is not possible to request reviews.

@david98pp you can add dependency override ```yml dependency_overrides: flutter_inappwebview_web: git: url: [email protected]:p-mazhnik/flutter_inappwebview.git path: flutter_inappwebview_web ref: 7cac4c3c0ce50302cb9144901f425d00e4bf4870 # or ref: web-fix ```

@The-RootCause I created a PR with migration to js_interop: https://github.com/pichillilorenzo/flutter_inappwebview/pull/2067

While working on this issue, I also found that we actually don't need some awaits in `_getNewServiceWorker` function, and I created a separate PR to address this: https://github.com/flutter/flutter/pull/130204

That is ok, I just don't know which PR will land first, but I think this one will be better because it has tests

@ditman I'll re-create I saw in some PRs that merging of the latest master fixed the issue, I want to try that first, just in case

It is pending for 2 hours already. Looks like I still need to re-create the PR?