Moin Uddin
Moin Uddin
hey @codedbyandrew, Can you please resolve the conflict? I'll merge it then.
Glad to see that you've found a way. One workaround for the `{$ne: null}` problem would be to use `filter`. Like: ``` javascript console.log(f.find().filter(function (item) { return item.prop != null;...
You're right @badger-py. I'll fix these to point to new bundles. Thank you.
Hey @manik-ushur were you able to find a solution for this problem?