agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications
https://agile-ts.org
MIT License
95 stars 8 forks source link

Updates key of Item to itemKey that already exists | Collection #39

Closed bennobuilder closed 3 years ago

bennobuilder commented 3 years ago

if you have a Item with the key '1' and a Item with the key '2'. You can update the key of the second Item to '1' and than you have two Items with the same primaryKey!