moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Coin details refactor #622

Closed erluxman closed 4 weeks ago

erluxman commented 2 years ago

Types of Changes Refactor the Coin details (Transactions) feature

lastmeta commented 2 years ago

@erluxman after attempting to implement I ran into this issue:

════════ Exception caught by scheduler library ═════════════════════════════════
The following assertion was thrown during a scheduler callback:
There are multiple heroes that share the same tag within a subtree.

Within each subtree for which heroes are to be animated (i.e. a PageRoute subtree), each Hero must have a unique non-null tag.
In this case, multiple heroes had the following tag: moontree
Here is the subtree for one of the offending heroes: Hero
    tag: moontree
    state: _HeroState#6c151
When the exception was thrown...

I wonder why - the hero code is simple, but I am testing with multiple wallets imported. I don't think that should have anything to do with it, any ideas?