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

### Is your feature request related to a problem? Please describe. I have found some contexts are exposed and others aren't. I am requesting this be added to the exports....

enhancement

### Describe the bug When using refine's Table component combined with a search form that includes a RangePicker, with URL synchronization enabled (syncWithLocation), an issue arises. When the URL (which...

bug

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [ ] Related...

### Is your feature request related to a problem? Please describe. Antd currently has useDrawerForm which works for creating/editing/cloning, but I often use drawers for showing too. I don't want...

enhancement

Personally I think it can improve DX (fewer duplicated code, fewer indents, fewer chars etc). Without `neverthrow`: ```ts async function login({ email, password, providerName }) { try { if (providerName)...

### Describe the bug I have a live provider similar to this one https://github.com/refinedev/refine/blob/main/packages/ably/src/index.ts Now for example I am on page 5 of table and there is an update on...

bug

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...

### Describe the bug Hasura's data provider uses 'hasura-default' as the naming convention if one is not provided. Hasura's live provider should too, but doesn't due to an oversight. ###...

bug

### Describe the bug I'm using GraphQL and I'm changing the data with the React Query's `select` middleware. It should run only once per request, but it is running multiple...

bug

### Is your feature request related to a problem? Please describe. The issue is that currently, resources with parent cannot be shown expanded in the menu. Only collapsed by default....

enhancement