fulcrologic/fulcro-inspect

Fulcro-inspect db view problems. E.g. stops updating db view when tempid resolution happens

livtanong opened this issue · 4 comments

  1. Open up fulcro-inspect
  2. Make a Foo with tempid
  3. In a mutation, resolve tempid to some real id
  4. Change other details in Foo, fulcro-inspect doesn't update.
  5. Close and reopen fulcro-inspect, fulcro-inspect works again

Hello, thanks for the report, this week I'm pretty busy but I'll try to get to it as soon as possible.

awkay commented

I've seen other issues where db tab loses track of things.

awkay commented

Perhaps as a first shot we add a "re-sync" button to get thing back in sync. Perhaps there is a way to detect we're out of sync and force a re-sync.

awkay commented

So, I've released new versions of chrome/electron with more robust db code. Perhaps this will fix problems.