Closed woniesong92 closed 9 years ago
The problem was _.difference was not working correctly to compare id objects. I fixed the issue by comparing id strings instead when deciding which items to remove from the client database.
_.difference
id
id strings
this fixes the bug described in #7 and #15
done
thanks
Can this be merged?
Last changes made. Can this be merged so other people can use this package?
Thanks. Merged with some changes. Released as: 1.3.1
1.3.1
The problem was
_.difference
was not working correctly to compareid
objects. I fixed the issue by comparingid strings
instead when deciding which items to remove from the client database.