Skip to content

1.0.4

Compare
Choose a tag to compare
@gabrielkuettel gabrielkuettel released this 15 Dec 21:59
· 343 commits to main since this release

How to upgrade

Yarn

npm install @txnlab/use-wallet@latest

NPM

yarn upgrade @txnlab/use-wallet --latest

⚠️ Important! To enable multiple WalletConnect sessions, upgrade the following peer dependencies.

Yarn

npm install @blockshake/defly-connect@latest

NPM

yarn upgrade @blockshake/defly-connect --latest

What's Changed

  • Fix hydration errors that occur with SSR frameworks like Next.js
  • Prevent the providers from being initialized during SSR, since many of them rely on client side globals like window and Audio.
  • Enable multiple WalletConnect sessions (e.g., Pera and Defly) to be active at the same time.

Full Changelog: v1.0.3...v1.0.4