MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

fix: Unnecessary Account Tracker state update #4837

Open tommasini opened 1 month ago

tommasini commented 1 month ago

Explanation

Unnecessary state update when the balance did not change at account tracker controller polling mechanism, which was causing unnecessary re renders

References

Changelog

@metamask/assets-controllers

Checklist