Hi, my editor went offline and when I went to refresh, it grabbed some kind of snapshot about two hours old! I checked local cache and it seems that it still has reference to all the nodes I’ve written, edited. How can I force a restore from my localcache?
Ok, I did some of my own sleuthing and I think that there might be an error when you restore a stringified state. Somewhere in the save process, it was escaping ’ as ’ which is invalid JSON. Let me know if you’d like some more details. I have a before and after state. I manually cleaned up the state and now it restored.
More details would be great!
If you can give us a minimal version of the localStorage serialized state — which can’t be restored due to the error … that would be lovely.