Skip to main content

All Questions

Tagged with
1 vote
0 answers
76 views

Type 'X' is not assignable to type 'X'

I have an app with refine.dev and craft.js, I'm converting files from jsx to tsx and I have this error that I don't understand. Here is the component : import { Button, Image, Text } from "@...
Johan's user avatar
  • 2,674
1 vote
1 answer
656 views

Refine.dev Fetching multiple records from different tables

How do you deal with fetching multiple records from two or more tables from the API using the useTable hook instead of useMany? Under the hood, useTable uses useList. Let's say I have customers and ...
Svene's user avatar
  • 25
1 vote
2 answers
694 views

How to remove Auto-generated code by Inferencer in refine project?

As I am new for refine.dev. So, I just want to remove this section Mark the particular code sniped what should be removed. Aslo show me the file structure and where it locates. I also can't find the ...
Saheb Dhara's user avatar
0 votes
1 answer
183 views

How reset a Select value based on switch off value

hope that are you doing well! I have a little question breaking my head and I don't know how solve it yet. I'm working with React, TypeScript, Ant Design and Refine Framework and have a page component ...
KikoNet's user avatar