Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing address on the "Address" page does not update new tx card #381

Open
tuliomir opened this issue Jan 22, 2025 · 0 comments
Open

Changing address on the "Address" page does not update new tx card #381

tuliomir opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tuliomir
Copy link
Contributor

To reproduce this error on testnet:

  • 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.

@tuliomir tuliomir added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant