Nabil Alamin
Nabil Alamin
@filiperni Glad you're taking this on. I tested out your implementation in the app-crm-minimal example, but it was still running multiple times. https://github.com/filiperni/refine/blob/7506fbcbe2484fce60128d881fc226c308afaa74/examples/app-crm-minimal/src/routes/tasks/list/index.tsx#L62 I had to wrap the select function...
@filiperni Yh, agreed. The documentation links for TanStack query should be updated. I also think it's worth having an explicit example in the docs showing how to use `queryOptions.select`, as...
@filiperni Fair point, you're right. I didn't consider that it was wrapped, so the callback would keep it stable between re-renders.
@aliemir Sure, it's best to finish what I started properly...though I may need some guidance as I'm still fresh on the codebase
@BatuhanW I still plan to, I just haven't had the time recently due to my work schedule. Some help on the approach to solving this would be great. My current...
@aliemir I believe the recent commits take into consideration the updating of filters and sorters; URL state -> internal state and vice versa.
Sorry about that, seems I did not test properly, I'll go through it again and resolve the issues
@3ops-jgheeraert could you share a snippet of how you made the multiple filters work with `useList` Edit: I was able to reproduce it with this: ```tsx const { data }...
Can I work on this?
@alicanerdurmaz Can I work on this