refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Is your feature request related to a problem? Please describe. Following up on @alicanerdurmaz recent excellent work in #5742, and influenced by the [gql.tada's integration with other GraphQL clients](https://gql-tada.0no.co/guides/typed-documents#integration-with-clients),...
### Is your feature request related to a problem? Please describe. I want to filter the array column with an array in Supabase. For example, I have the `genres` column...
### Describe the bug When upgrading next 13 to 14 there is an issue with imports exports. error: TypeError: Cannot read properties of undefined (reading 'Footer') at eval (webpack-internal:///./node_modules/@refinedev/antd/node_modules/@ant-design/pro-layout/lib/components/Footer.js:14:27) ###...
### Describe the bug Consider this: ```tsx import { useLogin } from "@refinedev/core"; const { mutateAsync: login, isLoading } = useLogin({ mutationOptions: { onSuccess(data) { console.log("Hey!"); }, }, }); ```...
## 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...
### Is your feature request related to a problem? Please describe. Hi, I'm having a confusing time on how to highlight non-CURD pages to the left menu items and display...
Hi, I added a tip to check regular expressions with online regex testers, such as regex101 and Cyrilex (my website), in the blog post dated 2023-05-12-git-diff.md
Example with `options: any` gives me the following error: ``` Type '(key: string, options?: any) => string | TFunctionDetailedResult' is not assignable to type 'TranslateFunction'. Type 'string | TFunctionDetailedResult' is...
### Describe the bug `` with Material UI doesn't show loading spinner ### Steps To Reproduce 1. Create view with isLoading prop set to true 2. Observe no spinner shown...
### Is your feature request related to a problem? Please describe. I want to use the dynamic meta when submitting, but the `onFinish` can't pass the meta as parameters. ###...