Fulcro-inspect db view problems. E.g. stops updating db view when tempid resolution happens
livtanong opened this issue · 4 comments
livtanong commented
- Open up fulcro-inspect
- Make a Foo with tempid
- In a mutation, resolve tempid to some real id
- Change other details in Foo, fulcro-inspect doesn't update.
- Close and reopen fulcro-inspect, fulcro-inspect works again
wilkerlucio commented
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.