vincentracine / pocketjs

Pocket.js is a wrapper for the window.localStorage. It provides helpful methods which utilise MongoDB's proven syntax and provides a powerful lightweight abstraction from the complexity of managing and querying local storage.
MIT License
21 stars 4 forks source link

update produce readonly TypeError #5

Open mazhekin opened 2 years ago

mazhekin commented 2 years ago

While call update on collection I catch error

6210 ERROR TypeError: Cannot assign to read only property 'title' of object '[object Object]' at Object.merge (Pocket.js:46)

``