react-admin icon indicating copy to clipboard operation
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

Results 328 react-admin issues
Sort by recently updated
recently updated
newest added

**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 {...

needs more info
v3

- [ ] Add `ra-data-localforage` to packages - [ ] Update Makefile - [ ] Update DataProviderList.md - [ ] Update yarn.lock ![ra-application](https://user-images.githubusercontent.com/18294269/178080094-44615a30-fcb9-46c6-8c82-353ef353c115.gif)

RFR

**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...

enhancement

**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...

enhancement

**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:...

needs more info

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

enhancement

**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...

enhancement

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...

bug