issues
search
local-first-web
/
state
A Redux-based state container for local-first software, offering seamless synchronization using Automerge CRDTs. (Formerly known as 🐟 Cevitxe).
189
stars
10
forks
source link
YSOD when clearing all todos
#56
Closed
HerbCaudill
closed
4 years ago
HerbCaudill
commented
5 years ago
To reproduce
Run the todo example
yarn dev:todo
Create two tasks, 'a' and 'b' and mark them both complete.
Press 'Clear completed.' Task list will be empty.
Reload. One of the tasks is still there.
Add a task 'c'. After a moment the app crashes:
To reproduce
yarn dev:todo