refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### 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...
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...
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...
### 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...
### 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...
- `@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...
### 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,...
### 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:...
### Describe the bug ### Steps To Reproduce ```ts import { generateFilter } from "@refinedev/strapi-v4"; const filters = [ { operator: "or", value: [ { field: "affect_global", operator: "eq", value:...