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 When working with a form in `"edit'` mode if the `id` is obtained in async manner, we're disabling the query with `queryOptions.enabled: !!id` to avoid console.warning...

bug

### Is your feature request related to a problem? Please describe. `and` and `or` are common operators in filtering. ### Describe alternatives you've considered _No response_ ### Additional context _No...

enhancement

### Is your feature request related to a problem? Please describe. In Remix SPA Mode, the scripts differ from those in the regular Remix setup. ```json "dev": "remix vite:dev", "build":...

enhancement

### Describe the bug Filter values on nested queries with `contains`, `containss`, `startswith` and `endswith` filters are not parsed to the respective format with the Supabase dataProvider. ### Steps To...

bug

### Is your feature request related to a problem? Please describe. Type-safety between API and refinedev application must be meticulously managed. Complex and opinionated options do exist (e.g. GraphQL), and...

enhancement

### Describe the bug The useEffect in the useForm hook from @refinedev/react-hook-form may run BEFORE all fields have been registered, especially if the queryResult is already cached. Somehow the useEffect...

bug

### Is your feature request related to a problem? Please describe. I'm developing a user information editing page using Refine, and I'm facing difficulties in clearly distinguishing between the form...

enhancement

### Is your feature request related to a problem? Please describe. Ive been digging into the resource system and one thing I have noticed is that providers like simple-rest take...

enhancement

### Is your feature request related to a problem? Please describe. I was dealing with needs to do some custom route-related computation/manipulation not to long ago and may need to...

enhancement

### Is your feature request related to a problem? Please describe. I have recently discovered a vite configuration issue that I fixed that prevented sourcemaps for refine core from working...

enhancement