Data not updating when you using localStorageCollectionOptions with a custom storage (AsyncStorage)
Hi guys i did create a quick wrapper to use AsyncStorage with localStorageCollection the insert function fine but updates dont trigger a
setItem
anyway to debug this ?
Collection
Insert
Update
2 Replies
genetic-orange•2mo ago
updates take a draft object which you directly mutate — you don't return a copy
quickest-silverOP•2mo ago
🤦♂️ thanks mate