balancednetwork / balanced-network-interface

An open-source interface for the Balanced Network protocol (https://balanced.network)
https://app.balanced.network/
22 stars 22 forks source link

Cannot convert undefined to a BigInt #1299

Open CyrusVorwald opened 5 months ago

CyrusVorwald commented 5 months ago

When I load the application with my wallets signed in, the following error is logged in the console:

TypeError: Cannot convert undefined to a BigInt at Function.value (6.4647a2d2.chunk.js:2:146092) at t.e (6.4647a2d2.chunk.js:2:111235) at new t (6.4647a2d2.chunk.js:2:113937) at t.fromRawAmount (6.4647a2d2.chunk.js:2:114129) at main.f0de9844.chunk.js:1:571213 at d (6.4647a2d2.chunk.js:2:2705488) at Generator._invoke (6.4647a2d2.chunk.js:2:2705276) at Generator.next (6.4647a2d2.chunk.js:2:2705917) at r (6.4647a2d2.chunk.js:2:108571) at s (6.4647a2d2.chunk.js:2:108774)

swiftcc624 commented 5 months ago

@CyrusVorwald I can't reproduce it on my side.

CyrusVorwald commented 5 months ago

I am on travel and will try to reproduce when I get back next week