a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

handle redo-ing retracts properly

+1 -1
+1 -1
src/replicache/clientMutationContext.ts
··· 103 103 } 104 104 }, 105 105 redo: () => { 106 - rep.mutate.assertFact({ ignoreUndo: true, ...(fact as Fact<any>) }); 106 + rep.mutate.retractFact({ factID: id }); 107 107 }, 108 108 }); 109 109 await tx.del(id);