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
trafficstars

There's an issue with `prism-react-renderer`'s themes when imported without an extension in ESM builds affecting `@refinedev/inferencer` and users with ESM environments. Added a small plugin to our esbuild setup to...

### Describe the bug I just updated the following packages @refinedev/appwrite 6.4.4 -> 6.4.8, @refinedev/cli 2.16.14 ->2.16.29, @refinedev/kbar 1.3.4 -> 1.3.8, @refinedev/react-router-v6 4.5.4 -> 4.5.7, @refinedev/antd 5.36.14 -> 5.37.6, @refinedev/core...

bug

### Describe the bug At [useInfiniteList](https://github.com/refinedev/refine/blob/master/packages/core/src/hooks/data/useInfiniteList.ts#L253) is missing the default value for pageParam, setting `pageParam = preferredPagination.current ?? 1` seems to fix it. ``` queryFn: ({ queryKey, pageParam, signal })...

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 - [ ] Related issue(s)...

### Documentation issue I am using a Nx monorepo workspace. I wanted to use `@refinedev/devtools` while keeping my workflow. The documentation make it looks that it is possible (such as...

documentation

## 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. Looks like the rules for form validation in the auth page component's do not allow for setting translated messages...

enhancement
good first issue

## 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 Win95 Example added

### Documentation issue Refine's documentation could benefit from improved grammar, clarity, and consistency. ### Describe the thing to improve - Oxford comma usage is inconsistent across the documentation - Removal...

documentation

### Is your feature request related to a problem? Please describe. I am very pleased that gqlQuery allows us to perform arbitrary GraphQL Queries against hasura. https://github.com/refinedev/refine/issues/5489 However, it is...

enhancement
good first issue