useForm returned control parameter
useForm is returning a control parameter, what is its type ? what does it do ?
useAutocomplete onSearch: undefined is not being applied
I am using the
useAutocomplete
hook to populate a MUI Autocomplete field.
I want to disable server-side filtering, having only a couple of options.
From documentation, i should pass an undefined onSearch
to the hook (like the example below), but even with this, when I type in the autocomplete a request is still made to the server.
How do i completely make the autocomplete client-side instead ok letting it make requests?
...authProvider.ts has many @typescript-eslint errors
The authProvider.ts is full of Unsafe assignment of an
any
value.help
give me total guidence from scract to build a full fledge refine crm as i wan to post it from my final year project i need continues guidence and how can i connect u trough out my project help me

Tutorial times-out
Hello all, does anyone else have troubles running the tutorials after the Routing section?
Eg https://refine.dev/tutorial/ui-libraries/crud-components/ant-design/react-router/
It gives me a timeout error consistently, tried with both wifi and 4g, both chrome and Firefox, on windows and on an Android 😵💫...

useNotificationProvider does not translate toast messages on Next.js
Hello, I followed the i18n-nextjs example in the refinedev/refine repo, but I couldn't get notifications to read the translation file. it shows "notifications.createSuccess" instead of text, and i'm absolutley sure i18n is setup because i'm able to change between languages and it does change the texts to translated lang.
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?