itemRemoved
callback isn't called when entity becomes deleted
.
#156
Labels
Client JS
Issues related to the `spine-web-client` library
itemRemoved
callback of a subscription made with Firebase client isn't called when entity becomesdeleted
.How to reproduce:
Task
byTaskId
.CreateTask
command.itemAdded
callback.DeleteTask
command.itemRemoved
for the corresponding task is never calledThe corresponding test can be found here.
The text was updated successfully, but these errors were encountered: