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
Open the /address page with a miner address. To find one, navigate to "Token Balances" and choose an address that has a high amout of locked balance.
Wait a bit for the "New Transaction" notification to pop at the top of the screen, or send a transaction to this address
Use the header search bar to input another address
Note that the "New Transaction" is still being shown
This probably has a relation to the useEffect used in this screen, that is not taking into account that the full component is not re-rendered, but only its URL effect has executed.
The text was updated successfully, but these errors were encountered:
To reproduce this error on
testnet
:/address
page with a miner address. To find one, navigate to "Token Balances" and choose an address that has a high amout of locked balance.This probably has a relation to the
useEffect
used in this screen, that is not taking into account that the full component is not re-rendered, but only its URL effect has executed.The text was updated successfully, but these errors were encountered: