If I use the below code it throws an error.
Error: Failed to build a filter. Invalid $eq usage. $eq requires two operands.
$w("#UserPluginActions").setFilter(filter()
.eq("userId",userID)
.eq("pluginId",pluginItem.id)
).then(() => {
The userID contains a value which is in the collection, checked.
The pluginItem.id also contains the correct value and is in the collection, checked.
It is strange right?