refine icon indicating copy to clipboard operation
refine copied to clipboard

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Results 432 refine issues
Sort by recently updated
recently updated
newest added

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

bug

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

enhancement
wontfix

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

enhancement

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

bug

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

enhancement
good first issue

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

bug

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

bug

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

bug

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

bug
good first issue

### Describe the bug ![Screenshot 2024-06-11 alle 21 15 18](https://github.com/refinedev/refine/assets/172402530/44d44b46-d380-4ef5-b299-c2e3d30d6e67) ### Steps To Reproduce npm run refine swizzle yes you will see code is corrupted ### Expected behavior code must...

bug
pr-ready