refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Describe the bug UnsavedChangesNotifier doesn't trigger warning message if user came from list view and clicks browser back button **after making changes to any field**. You can see on...
### Is your feature request related to a problem? Please describe. 1) I'm not getting type feedback on whether my type input of a resource is correct. 2) I'm not...
### Is your feature request related to a problem? Please describe. I would like to filter an array column with an array in Supabase, where any row is shown where...
### Describe the bug When using the auto save feature, `` component from UI packages are logging errors about the usage of reserved `key` prop in the console. This is...
### Is your feature request related to a problem? Please describe. Currently we use `useSelect` with `defaultValue` to add extra options in our select list. But when `options` have more...
### Describe the bug Hello, @aliemir published the PR https://github.com/refinedev/refine/pull/5992 and it works. However, esbuild doesn't compile as expected. The compiler doesn't generate correctly as you write here https://github.com/refinedev/refine/blob/4654353b90b6a09cbf65e41d4c1fa82553a2a3fa/packages/devtools-internal/src/use-query-subscription.tsx#L13 So,...
### Describe the bug I'm using the nextJS frontend environment and trying to connect my Hasura backend with @refinedev/hasura. However, I've been encountering this issue from the start. Server Error...
### Describe the bug It's not possible to `import { ValidationErrors } from '@refinedev/core';` There are many unexported types, i'm using ValidationErrors as an example. ### Steps To Reproduce `import...
### Describe the bug Upon trying to upgrade from MUI DataGrid to DataGridPro, I'm getting the following TS errors: ``` TS2322: Type ... is not assignable to type DataGridProProps Types...
### Describe the bug  ### Steps To Reproduce npm run refine swizzle yes you will see code is corrupted ### Expected behavior code must...