Error boundary
I've seen I should be using suspense and error boundaries to handle errors in my app. Is there an example for how this works?
Supabase how to rename column
I am trying something like
```
const { data, isLoading, error } = useMany<OrganisationMemberWithOrganisation>({
resource: 'organisation_member',
ids: userId ? [userId] : [],...
useForm redirect
I want to customise the useForm redirect, I need it to use slug instead of id, can you please show me how to do that
my current useForm
```
const {
saveButtonProps,...
is refine no code/low code?
i'm in need of a base crm structure, but I need the source code to have full control over the code, can refine provide me it?
Customising Edit
how can I Customising Edit page, like removing the save button and chaging the headers ?
Modify data after fetching and before submitting with `useForm`
I have two types
FormType
and ApiType
. My form uses FormType
, while my data provider uses ApiType
. How do I handle this using useForm
?
Specifically, my data provider returns objects of ApiType
. However, my form does not follow this type, but instead requires a mutation apiToForm: (data: ApiType) => FormType)
to transform from ApiType
to FormType
. On submitting, the transformation formToApi: (formData: FormType) => ApiType
should be done.
I am using AntDesign, but am open to a solution using any design system....MUI Autocomplete with "multiple" prop not initially populated
I am using a MUI Autocomplete with "multiple" prop in an Edit page.
The entity of the edit page has the values (multiple) in the "fishes" property, which is a list of IDs.
When i enter the page for an entity that already has the "fishes" property populated, the Autocomplete does not pre-compile the input with the pre-existing values.
```...
useDataProvider
how can I make a post command using
```
import { useDataProvider } from "@refinedev/core";
const dataProvider = useDataProvider();...
React Query devtools icon
The react query devtools icon alwasy display in my app. How can I delete this icon?
How can I turn off the dialog confirm after escape form?
How can I turn off the dialog confirm after escape form?
I having a url like this. Do we have a way to short it but still works like params. Example encoded?
https://ablab.amanotes.net/experiments/show/cee4c6bd-ebcd-4046-8e63-f5b262b14a47?sort[0]=variants.order,ASC&sort[1]=targetings.targeting_details.order,ASC&sort[2]=variants.variant_configs.order,ASC
https://ablab.amanotes.net/experiments/show/cee4c6bd-ebcd-4046-8e63-f5b262b14a47?sort[0]=variants.order,ASC&sort[1]=targetings.targeting_details.order,ASC&sort[2]=variants.variant_configs.order,ASC
Cannot find name 'Area'
when running npm install @ant-design/plots@1.2.5 or npm install @ant-design/plots i am not able to use the Area function of ant design. How do we fix it