react-admin
react-admin copied to clipboard
A frontend Framework for building data-driven applications running on top of REST/GraphQL APIs, using TypeScript, React and Material Design
**What you were expecting:** I need to create a custom notification, with our ui and behavior. I am follow the [Doc](https://marmelab.com/react-admin/doc/3.19/Theming.html#notifications) and create a custom component : ```jsx import {...
- [ ] Add `ra-data-localforage` to packages - [ ] Update Makefile - [ ] Update DataProviderList.md - [ ] Update yarn.lock 
**What you were expecting:** Providing `queryOptions={{enabled: false}}` in a List component should display nothing or empty component **What happened instead:** Error occurs because `data` returned from `useQuery` is undefined `Uncaught...
**Is your feature request related to a problem? Please describe.** Forgive me if I am incorrect here, but it seems... to have properly typed return values, DataProvider methods require both...
**What you were expecting:** I expect that when checkAuth rejected promise, dashboard display error message and redirect to login page (like in the official example 😐) **What happened instead:** nothing:...
Hi Team, I am currently facing a issue which appears to be appearing from one of the dependent package used by react-admin which is "ra-ui-materialui". It says **"./node_modules/ra-ui-materialui/esm/layout/DeviceTestWrapper.js Attempted import...
**What you were expecting:** I have SimpleForm form with a but subtitle does not exist in fetched data. When a user saves the form **without changing** the "subtitle" I expect...
It seems like ra-preferences has been deprecated. What happened to `SelectColumnsButton` and `useSelectedColumns`? The docs don't mention any upgrade path. Thanks
**Is your feature request related to a problem? Please describe.** Currently, when using `useList`, one can only use eq/in filters. The code for it is here: https://github.com/marmelab/react-admin/blob/5feeda4bb9dec99f31a174448ff4df5f8aaa8318/packages/ra-core/src/controller/list/useList.ts#L159-L175 **Describe the solution...
I know in documentation it says that the errors object must match the fields of the form, but it was to tell that if not, the errors won't show in...