Skip to content

Commit

Permalink
fix: missing deps in useEffect array
Browse files Browse the repository at this point in the history
And cleanup unused code and picomatch dependency
  • Loading branch information
Justkant committed Aug 28, 2024
1 parent b6af7cc commit 9d58923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/young-birds-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/live-common": patch
---

fix: missing deps in useEffect array
And cleanup unused code and picomatch dependency
2 changes: 2 additions & 0 deletions libs/ledger-live-common/src/wallet-api/useDappLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,11 @@ export function useDappLogic({
currentAccount,
currentNetwork,
currentParentAccount,
dependencies,
manifest,
nanoApp,
postMessage,
setCurrentAccountHist,
tracking,
uiHook,
],
Expand Down

0 comments on commit 9d58923

Please sign in to comment.