amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.05k stars 1.16k forks source link

callback on .set() doesn't fire #1225

Open jcs224 opened 2 years ago

jcs224 commented 2 years ago

I can't seem to get a callback to fire after using a .set on a Gun chain.

Stackblitz reproduction. See Line 65 of Todo.vue where I attempt to trigger it after adding a todo to a set.

https://stackblitz.com/edit/vue-wzmsyl?devToolsHeight=33&file=src/components/Todos.vue