Aniket Das

Results 8 comments of Aniket Das

Same here! did you guys find any workaround?

> I have the same issue. Would love a fix or a workaround. I used this library for few months, I used to disable the sliding on mobile devices. But...

I'm also facing the same issue from last week. Could be due to vsCode update. I downgraded to "1.74.3" and now it seems to work fine. ![image](https://user-images.githubusercontent.com/64463116/217464519-023cf11c-75d6-47f7-b060-dfd442b7b05d.png) ![image](https://user-images.githubusercontent.com/64463116/217464074-f599fbac-4af6-48aa-93b9-a89c11113ce7.png) Let me...

It is now fixed in the latest version of vsCode 😀

Previously I was using Meilisearch driver, it was working fine with integers `whereIn('id', [1, 2, 3])` The error is coming from here: ![image](https://github.com/Jeroen-G/Explorer/assets/64463116/929119a5-af4e-44aa-9943-00e82d64eada)

Hmm, but then why does `where` works with `integer` and not `whereIn` 🤔

Honestly, the where is working fine. I can pass integers and it filters as expected. So I think safe to remove the assertion from whereIn? Or atleast allow strings and...

@vdeyak I'm facing the same issue as well, did you find any workaround? 🤔