Big Problem - Project not Visible in the Preview Pane
Hi
Loving the AI . - so far. Problem is that the AI agent thinks i can see my project in the preview pane when nothing is visible. Also it thinks it has set up tables in Supabase but it hasn't. It's not showing any erros and also the agnet thinks it's solved the problem when it hasn't. Can anyone help?...
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?...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
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',...
Register notification translation
How to translate successNotification message and description of authprovider register method ?
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.
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.aiWhy 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?
https://github.com/refinedev/refine/tree/master/examples/app-crm
looking for this repo source code ??
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 ?...
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);...
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?...
How to make an API request every time I submit?```
export default function MembershipList() {
const {
data: members,
isLoading,
isFetching,...
paginación en tablas
cómo puedo traducir el "/page" en las tablas para seleccionar la cantidad de elementos a visualizar en una tabla
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)...