refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Is your feature request related to a problem? Please describe. I am in need of invalidating the users identity state and force a react query refresh. `useInvalidateAuthStore` is not...
### Describe the bug In a table, apply some filters then click the menu item in left side bar, the url should reset filters and sorters (only apply default ones)...
### Is your feature request related to a problem? Please describe. Most data providers use of Axios which is considered deprecated by (many/some). See [adios-axios](https://www.adios-axios.com/). Nowadays Native Fetch APIs are...
### Is your feature request related to a problem? Please describe. Trying to use refine without material ui or antd or anything of the sort for personal taste reasons (and...
### Is your feature request related to a problem? Please describe. no ### Describe alternatives you've considered _No response_ ### Additional context _No response_ ### Describe the thing to improve...
### Describe the bug I have been debugging the functionality for `warnWhenUnsavedChanges` and I found that `react-hook-form` only ever emits a type with subscription event objects on blur? At https://github.com/refinedev/refine/blob/master/packages/react-hook-form/src/useForm/index.ts#L223-L230...
### Is your feature request related to a problem? Please describe. It's not possible to make a simple plain notification (in typescript) because useNotification requires `type: "success" | "error" |...
### Describe the bug We are using i18next for our translations, and the Refine i18n provider uses a generic interface for the translate function. i18next allows for array keys but...
### Describe the bug    When useDataGrid is used with a MUI premium datagrid, my filter is behaving strangely. When I use "useList" in stead of useDataGrid it...
### Describe the bug When trying to render the example table using the `@refinedev/mui` and `@mui/x-data-grid` packages as shown in the documentation under the "Guide and Concepts" section (Tables component),...