I am getting TypeError: Cannot read properties of undefined (reading 'list')
I used @ferdiunal/refine-shadcn in my Next.js project, and copied same code in the example but getting I got TypeError: this[#client].defaultMutationOptions is not a function error. I searched about that but everyone says it's react-query problem. So I downgraded react-query to v4.
then I am getting TypeError: Cannot read properties of undefined (reading 'list').
How to fix this issue?
then I am getting TypeError: Cannot read properties of undefined (reading 'list').
How to fix this issue?
