localStorageDB icon indicating copy to clipboard operation
localStorageDB copied to clipboard

Update method removes ID from object by link

Open NGorco opened this issue 6 years ago • 0 comments

When I'm passing some object into lib.update(table, {ID}, data) data object lost it's ID key. Solved by pushing shallow copy, but still an issue.

NGorco avatar May 11 '19 18:05 NGorco