Open yegorsid opened 18 hours ago
Hi @yegorsid, could you provide a Stackblitz with a simple reproduction? That will help me provide some suggestion! Thanks
Hi @yegorsid, could you provide a Stackblitz with a simple reproduction? That will help me provide some suggestion! Thanks
Here is reproduction https://stackblitz.com/edit/vitejs-vite-95b41s?file=src%2FApp.tsx
Hey!
I've just added undo/redo feature to my app and faced a few issues with session storage. Store resets after page reload, but it should not. But after that I can still undo my changes and store roll back to two steps before.
Did I implement Zundo improperly? Or may be there is a problem somewhere else?
Here is my store: