@depay/widgets 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -23690,7 +23690,9 @@ var WalletProvider = (function (props) {
23690
23690
  wallet = _ref.wallet;
23691
23691
  setAccount(account);
23692
23692
  setWallet(wallet);
23693
- setWalletState('connected');
23693
+ setTimeout(function () {
23694
+ return setWalletState('connected');
23695
+ }, 200); // wait for animation to finish
23694
23696
  if (props.connected) {
23695
23697
  props.connected(account);
23696
23698
  }