Nabil Alamin

Results 43 comments of Nabil Alamin

Hello @BatuhanW While attempting to resolve this issue, I discovered this bug is present even in new refine projects. I checked multiple examples as well and it's the same thing....

Ah ok, having the query changes affect wherever synching is done is a better solution. Where do I start though? From what I can see the `syncWithLocation` value after being...

hey @aliemir I finally had some time to work on this. My approach is to use the params from `useParsed()` as it is always up to date with the URL....

@aliemir I'm stuck on the issue of fixing the exceeding of the max depth of the useEffect. - The process starts with storing the last sync of state params(filters and...

Alright @BatuhanW, I've created one #6645

@shivkadiwala20 @Arsanyos I tried to reproduce the issue, but couldn't. Checking `npm ls @mui/utils` for a new project gave this output ``` npm ls @mui/utils [email protected] C:\Users\amino\Documents\dev\oss\refine-debugger ├─┬ @mui/[email protected] │...

For the documentation, there's no need to specify a version requirement, as when you create a new refine app, it would install all the right dependencies, unless something went wrong...

Hey @huntkalio, I couldn't replicate the issue with the repo you provided. https://github.com/user-attachments/assets/16a95cae-322c-4f8a-b695-2916941d7b77 I tried the following after that - ` npm ls @refinedev/core @refinedev/antd @refinedev/react-router @refinedev/simple-rest` - the installed...

@smashah no @huntkalio I was finally able to reproduce this on Chrome v141 and on another system with v140(no idea why it didn't throw prev.) I'll see if I can...

@huntkalio The bug seems to be a result of the move to TanStack Query v5...useList now caches differently as it is on top of useQuery. Previously in `v4`, when there...