Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

harsh-harlequin
harsh-harlequin5/14/2025

Issue with inferencer generated code

I'm getting this error "Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of Field2." for a page generated by inferencer However, when the auto-generated code is manually copied for debugging, the issue went away and everything works just fine Is there any known issue related to inferencer?...
blank-aquamarine
blank-aquamarine5/13/2025

is it possible to use useEditableTable with a custom resource

is it possible to use useEditableTable with a custom controlled resource. The data and the mutation should be passed manually
equal-jade
equal-jade5/13/2025

Update to MUI7

When is refine planning to update to MUI 7?
passive-yellow
passive-yellow5/13/2025

Custom resources endpoint

Hello, i am learning refine, and i am trying to call all customers, but my api looks like this "admin/customer/requests" and i am really confused how to implement it here { name: 'customer/requests', list: '/customers/requests',...
absent-sapphire
absent-sapphire5/13/2025

Register notification translation

How to translate successNotification message and description of authprovider register method ?
genetic-orange
genetic-orange5/10/2025

Any plans on adding PrimeReact as an official UI?

PrimeReact is the best UI component library I have ever used. It has tons of components and each component has very advanced features and can be easily customized with CSS/Tailwind. I know there is a blog post explaining how to use it with Refine, but I believe it should be included as official library since it is much better than the already-included libraries.
harsh-harlequin
harsh-harlequin5/9/2025

How to run a specific test

I would like to run a specific test in a package, for example only create.test.tsx in @refinedev/inferencer , so I don't run tests for the entire package @kapa.ai
genetic-orange
genetic-orange5/7/2025

Why only internal tools?

The marketing for Refine, especially Refine AI seems to focus on internal and B2B tools. I’m curious why that is. Can you build B2C and external apps for the public? Are there any constraints, limitations, or challenges?
genetic-orange
genetic-orange5/7/2025

Refine AI has problem how to report

How to report Refine AI problem?
No description
rival-black
rival-black5/3/2025

https://github.com/refinedev/refine/tree/master/examples/app-crm

looking for this repo source code ??
adverse-sapphire
adverse-sapphire5/2/2025

Came here to enquire about your blog listings

I went through your blog - https://refine.dev/blog/react-admin-template/ Is it having valid names ?...
stormy-gold
stormy-gold4/30/2025

Customizing sider items

is there a way to customize the sider items in the render function? <ThemedSiderV2 render={({ items, logout }) => { console.log('SIDER ITEM RENDER - ', items);...
foreign-sapphire
foreign-sapphire4/30/2025

HR Management App Example

Hello Team ! may i know how to get this projec HR Mgt ?
genetic-orange
genetic-orange4/29/2025

After saving record, then back to previous page instead of list

I would like to go back to previous page after saving record. Even, I specified the navigation path, the path goes to that resource list page. Is it possible to set it to back to previous page instead of list?...
fascinating-indigo
fascinating-indigo4/29/2025

How to make an API request every time I submit?```

export default function MembershipList() { const { data: members, isLoading, isFetching,...
unwilling-turquoise
unwilling-turquoise4/24/2025

paginación en tablas

cómo puedo traducir el "/page" en las tablas para seleccionar la cantidad de elementos a visualizar en una tabla
stuck-chocolate
stuck-chocolate4/24/2025

graphQL 405

while trying to use a server i have setup with refine, im getting the following error Response body is not available to scripts (Reason: CORS Missing Allow Origin)...
xenial-black
xenial-black4/23/2025

Changing the filters and refetch new data

i want to refetch the data after applying the gender filter when i select a parent
xenial-black
xenial-black4/20/2025

error related to Field

i get the below message when trying to filter by a joined table error message: { "code": "PGRST100",...