properly import the types from window.crypto.randomUUID #24764
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
priority/P4
Planned work. We expect to get to it "soon".
QA/No
release-notes/exclude
It looks like the typing in the wallet for this function appears to be inferred from VS Code's
lib.dom.d.ts
file which is the reason the type never appears when compiling but seems fine in VS Code. To refactor this we could import this type file directly where this is used so that we no longer have to define the type each time this is getting used.See here for additional details: brave/brave-core#14373 (comment)
The text was updated successfully, but these errors were encountered: