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?...
I am getting TypeError: this[#client].defaultMutationOptions is not a function error
I used @ferdiunal/refine-shadcn in my Next.js project, and copied same code in the example but getting I am getting TypeError: this[#client].defaultMutationOptions is not a function error. I searched about that but everyone says it's react-query problem.
How to fix this issue?...
I can't show the Hide/Show icon in input.password form inside authPage tag
used refine antd for authpage, and i wanna show the icon of show/hide password
<Input.Password
placeholder="Password"
iconRender={(visible) => (visible ? <EyeOutlined /> : <EyeInvisibleOutlined />)}...
Warning: There may be circular references
It seems when using form.setFieldValue() method on a form created with useForm(), I got this error : "Warning: There may be circular references"
uselist or useSelect
i am calling a table on strapi and trying to use useSelect but I need to filter for multiple <Select />. I can do it by using multiple useSelect with filters but I wanted to do only one call. is there a solution?
Supabase column filter and !inner in query
I have some join tables in my supabase database let say "devices" and "locations" defined like this :
```
devices {
id : bigint,
name: text,...
GraphQL with useUpdate Variable "$id" is not defined
Hi, I have a problem with my useupdate hook where it doesn't read the ID I gave.

notification
Iam using refine MUI, how can I add notification gui elemnts and logic
I have a custom notification backend using websocket...
Does anyone have experience with using refine with Xano ? and if so how did it go ?
I need to build a admin interface paired with xano and I am considering using refine.
Thank you !...
Restore filters on refresh
When I use useTable to display data and one of my column is filtered using filterDropdown and a Select component, I have filter parameters reflected in URL since using also syncWithLocation flag. When I refresh the page using F5, how my filters from url could be restored to the select used to filter my column ?
Antd <Table> not refreshing when record deleted with <DeleteButton> action.
I have an ant design <Table> component and one of the columns has a <DeleteButton> that deletes the associated row. The delete is functioning correctly, however, the table is not refreshing automatically on the interface. I have another interface elsewhere in the application where this same thing is being done and it refreshes the UI without issue. The only difference seems to be in the call to useTable. In the case that works, I'm not specifying the 'resources' property explicitly, letting...
Leverage Querystring parameters
In a page, I want to be able to set querystring parameters in order to restore the view when a user directly access the page containing these querystring parameters the way pageSize and current works for table views. How can I achieve that in refine ?
Customize save button
having in mind the templates that refine provides for views is there a way to modify the save button to always show on screen for the create pages?
Título
Hola comunidad, alguna idea de cómo poder cambiar este "Refine" y poner algo personalizado o nada? Gracias de antemano.

add quickFilter toolbar to mui data grid
hi, I'm using useDataGrid in a list page and it's working fine, my question is how can i use the showQuickFilter option of MUI DataGrid, when I add it the toolbar is visible and working but it doesn't search at all, can you provide a sample or does refine handle it in another way?
thanks...
login redirect
I am looking to replace to code behind the login redirection and navigation in general can you help me to get on the track with that ?
avoid the need for useGetIdentity
My identity is not changing from page to page, we have our usernmae and profile avatar on the top bar, is there anyway of getting this information without querying moving from page to page
I am trying reduce the amount of queries
is there a way of getting the logged in user data with out querying with useGetIdentity and without session storage...
rich text in form
I am working on slatejs rich text with ant design form. can you help me get the value