Skip to content

Commit

Permalink
Remove useEffect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpolak2 committed Aug 16, 2023
1 parent 6d13fed commit 2bf1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usedapp-rainbowkit-adapter/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const UseDappRainbowKitAdapter: React.FC = () => {
),
)
})
}, [connector, chain, address, activate, deactivate])
}, [connector, chain, address])

return <></>
}

0 comments on commit 2bf1c22

Please sign in to comment.