Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Compare socket event data using lodash's isEqual instead of inde…
…xOf (#1061) Using indexOf will return false when comparing identical objects with different references. This in turn breaks feathers-sync since it creates a new object using JSON.parse, meaning that data won't properly sent out when for example patching multiple rows at once.
- Loading branch information