You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 101 in 5c44cb6
asset-to-pay (rf/sub [:wallet/token-by-symbol pay-token-symbol])
when swap data is cleared and the sub is recalculated. We should add some checks on the sub and view or provide a default value.
Is the issue is that the data is cleared before the screen is unmounted? I think would be better to make sure that the clearing happens later on, maybe by delaying the clearing. Or just having the clearing be dispatched when the swap screens are unmounted, which would be the best way to cleanup IMO. @briansztamfater wdyt?
Steps:
Actual result:
"toLowerCase of null" error is shown after swap transaction confirmation
Expected result:
The swap transaction is confirmed without error
Devices:
Logs
logs (2).zip
The text was updated successfully, but these errors were encountered: