Draft:Remove useIsMounted hook and dependencies on it
Remove useIsMounted hook that adds non necessary complexity This fixes the bug where balance is refreshed every time it's value is accessed in a component which is not the expected behavior.
Edited by Lev Kowalski