You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried and couldn't reproduce the bug. If it's sync with a view it means that it's an array-based store ([]) with an undefined value, which shouldn't happen, unless it was modified on the client side. Does your app manipulate the store?
Synchronize with a view.
Delete document from couchdb using futon.
UI built with the view as model is not updated .
Following error reported:
TypeError: 'undefined' is not an object (evaluating 'value.id') in function removeDocInStore.
The text was updated successfully, but these errors were encountered: