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 The table representation within the relationship section of the data-fetching documentation looks broken. ### Steps To Reproduce 1. Go to https://refine.dev/docs/guides-concepts/data-fetching/#relationships 2. Look at the table...

bug
documentation
good first issue
wontfix

Currently AuthProvider object's type is `AuthBindings`. This was overlooked in the latest release. Re-exported `AuthBindings` type as `AuthProvider` to be consistent with other provider type definitions. DataProvider, LiveProvider etc.. Since...

### Describe the bug I implemented a custom query client in my refine application trying to clear react query cache when I switch from a user to another on sign...

bug

feat: `meta.gqlQuery` and `meta.gqlMutation` support added to inferencer ### Closing issues closes #5497 ### Self Check before Merge Please check all items below before review. - [x] Corresponding issues are...

ready-for-release

### Is your feature request related to a problem? Please describe. I wanted to add a custom optionLabel in useSelect hook which I couldn't manipulate in useSelect options, @omeraplak have...

enhancement
good first issue
hacktoberfest

### Describe the bug I would like use Devtools in my Refine project. I'm running my development in Docker containers and since Devtools bind exclusively on `localhost`, Devtools client cannot...

bug

- `@refinedev/hasura`: Prioritize `gqlQuery` and/or `gqlMutation` fields if provided. - `examples/data-provider-hasura`: Updated to use gql queries/mutations. https://refine.dev/docs/data/packages/hasura/ closes #5489 ### Self Check before Merge Please check all items below before...

ready-for-release

### Is your feature request related to a problem? Please describe. Due to dependency issues with `@ant-design/charts@1`, we are having installation issues. We have `.npmrc` file to workaround this issue,...

enhancement
good first issue
help wanted
wontfix
hacktoberfest

### Is your feature request related to a problem? Please describe. Currently, the `inferencer` does not fully support `gqlQuery` and `gqlMutation`. The following implementations should be done to support this:...

enhancement

### Describe the bug ### Steps To Reproduce ```ts import { generateFilter } from "@refinedev/strapi-v4"; const filters = [ { operator: "or", value: [ { field: "affect_global", operator: "eq", value:...

bug
good first issue
help wanted
hacktoberfest