telosnetwork / telos-wallet

Native & EVM Web Wallet for transfers, staking, digital collectibles, and more
https://wallet.telos.net
Apache License 2.0
9 stars 8 forks source link

Erratic behavior on Telos Zero #815

Closed Viterbo closed 4 months ago

Viterbo commented 5 months ago

Describe the bug Some parts of the code are failing, throwing a "not a function" error which may cause subsequent other errors, leading to an erratic behavior.

To Reproduce

  1. Go to https://wallet.telos.net/?login=zero
  2. open console dev-tools (F12)
  3. See console errors: TypeError: t.getStakedSystemToken is not a function

Expected behavior There should be no errors on the console (other than the external lib errors).

FIXED HERE

Screenshots image

rozzaswap commented 4 months ago

Merged to dev, good job!