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
0 votes
1 answer
356 views

How to refine React modal to allow user to enter new data into state

How does one take user data from the page and use it to create elements in a react.js program? I have a file, app.js. The first things declared in the file are a couple of constants, for toy data: ...
neutrino's user avatar
  • 904