Mapset query requires where property, unlike what is stated in the docs
Here https://jsstore.net/docs/update/map-set, you can see the examples don't show a where property for the query. But if I try to do it without the where property, it gives me an error that I unfortunately didn't record, but it's something like "cannot convert undefined or null to object".
I solved it in my case by adding a condition in the where that is always true. However, it does mean that there is an unnecessary evaluation for every record.
Mapset query requires where property, unlike what is stated in the docs
Here https://jsstore.net/docs/update/map-set, you can see the examples don't show a where property for the query. But if I try to do it without the where property, it gives me an error that I unfortunately didn't record, but it's something like "cannot convert undefined or null to object".
I solved it in my case by adding a condition in the where that is always true. However, it does mean that there is an unnecessary evaluation for every record.