LedgerHQ / ledger-live

Mono-repository for packages related to Ledger Live and its JavaScript ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: navigator.product is deprecated

n4l5u0r opened this issue · comments

Impacted Library name

@ledgerhq/live-network

Line

if (!(typeof navigator !== "undefined" && navigator.product === "ReactNative")) {

Impacted Library version

1.1.10

Describe the bug

'product' is deprecated.ts(6385)
lib.dom.d.ts(15989, 8): The declaration was marked as deprecated here.
(property) NavigatorID.product: string
@deprecated — [MDN Reference](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html)

Expected behavior

the condition must be respected in ReactNative execution, it's not anymore

Additional context

No response

This issue is stale because it has been open 30 days with no activity. Remove stale label, comment, or consider closing it.

Will be solved with #5979