TxnLab / use-wallet

A framework agnostic wallet integration library for Algorand dApps
https://txnlab.gitbook.io/use-wallet
MIT License
81 stars 32 forks source link

fix(core): update algosdk import to resolve CommonJS module issue #259

Closed drichar closed 3 weeks ago

drichar commented 3 weeks ago

Description

This PR updates the import of Algodv2 from algosdk in src/store.ts to resolve a SyntaxError occurring in some consuming applications that use CommonJS modules.

Details

Closes #216