Plan to support MUI 7?
Hi, is there a timeline to support MUI 7 and mui/x-data-grid 8? I just start trying out Refine and it seems a bummer that I will need to downgrade my MUI version in order to use @refinedev/mui package in my app.
Thanks!...
CRUD response data come inside a `data` wrapper, how can I access it?
The response of
useTable() content is an array of elements inside a data wrapper, how can I access it using useTable() and <Table> of antd package?How to disable OPTIONS requests?
When using
simple-rest package with my custom endpoint I receive few OPTIONS request when attempting to list a products list. That OPTIONS http method is not supported on my backend.
I read some docs around this but Im not able to make it work, looks like adding onSearch: undefined should do the trick, but it's not working.
Anyone know how to do this?...how do I change order of sidebar menu items
I've recreated a sidebar with the help of useMenu, but I have no idea what dictates the order of the menu items. It appears to be almost random.
Custom route provider
i build react refine ant design REST API , Nest project how to add custom route provider instead of default route in refine ant design project
sider
https://refine.dev/docs/ui-integrations/ant-design/components/themed-layout/#sider go through and explain this
ant design with tailwind
i make project with Vite + ant design + rest api + custom auth
how to add tailwind...
Turn on values encoding during syncWithLoacation option is on.
Is there a quick way to enable values encoding inside stringifyTableParams function which executes while sync with location is on?
customsider
@kapa.ai to create custom sidebar in refine react ant design project for when click the sidebar element "Users" it must redirect to /users/create insteaed of /users/list , but i didnt happen , instead of this i got that screen as output -->
Payloadcms support ?
Would good if you add payloadcms support
https://payloadcms.com/posts/blog/payload-is-joining-figma...
Structure depeding on resources defined
having into consideration that each entity we define in our project is a resources for example students and school years the school has is it correct to define a resource called studentschoolyears that will allow us to access the relation of those two entities or should it be managed directly under student?
Weird error during migration on some scripts
On some of my scripts I'm getting this error
/node_modules/@refinedev/codemod/dist/transformations/v4/fix-v4-deprecations.js:42
const configProperty = p.node.arguments[0].properties.find(p => p.key.name === "config");
...
npm create refine-app@latest stalls when choosing nextjs
Hi,
I'm trying to get started with Refine but installation stalls when using the cli.
The initial options are Vite or Nextjs, if you choose Nextjs the install hangs....
useForm create subcomponent using typescript
How can I make sub-component/composable using useform with the react-hook-form integration. Can I use formprovider and useFormContext for instance?
multiple uselist delay
I have multiple calls of uselist on a page, I want to make them called one by one so the page is less heavy on load. how do I do it?
Uploading file in strapi specific folder
How do I upload a file in a specific folder in strapi v4 media upload using upload in antd
afterDelete hook not reading url query
I'm trying to pass an Id via query to an afterDelete lifecycle hook but is not working and always return undefined in strapi console log. I have tried with ctx.request.query but keep returning can not read query of type undefined. What is the method of reading queries in a lifecycle hook strapi v5
Strapi v4 dataProvider changes ignored by Refine
I'm encounter a strange behaviour when using refine with strapi-v4. Any changes made to @refinedev/strapi-v4/src/dataProvider.ts file is ignored by refine. Even if I comment the whole file out the app still working as it should. The dataprovider atribute in <Refine> components in App is pointing to this data provider but is not clear why the changes are ignored by the app.
The provider is atribuited as below
dataprovider = { DataProvider( API_URL +
/api, axiosInstance)}
And the DataProvider is imported from @redinedev/strapi-v4...Does someone have a working example of using callback based oauth? (Google Auth without popup)
I'm lowkey confused as to how would the popup response send data to my backend and how do I validate it?