Fix bug in the 'removed' event handler.
The event handler for removed was mistakenly calling the non-existent removeItem
action instead of the correct removeItem
mutation. This is now fixed.
The event handler for removed was mistakenly calling the non-existent removeItem
action instead of the correct removeItem
mutation. This is now fixed.