wix Data Module

@yisrael-wix

I need some help regarding the wixData module.

Since few days when I am working with wixData module using a query as given below

wixData.query(collectionId)
.eq(propertyName,value)

wix editor is not recognising .eq() as a chain function to wixData.query().

none of the filter chain functions like .eq(), .gt() etc are not being recognised by the editor.

In documents (reference) these guys are using the chain filter functions.

Any clarification why this might be happening is highly appreciated.