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 When using the legacy router provider from `@refinedev/react-router-v6/legacy`, types are inferred as the new router provider and conflicts when using `legacyRouterProvider` prop of `` ### Steps...

bug

### Describe the bug When using `@refinedev/mantine`, `@refinedev/chakra-ui` and `@refinedev/inferencer` packages we need to pin the `@tabler/icons` dependency in our projects to `v1` which is outdated and doesn't include all...

bug

Currently Refine packages exports ESM and CJS bundles but due to the mis configurations in `package.json` files, these bundles may falsely interpreted by bundlers. Improving Refine's package configurations with proper...

enhancement

### Describe the bug Trying to use remix in vite support experimental [link](https://remix.run/docs/en/main/future/vite) and refine giving issue on `[vite] Error when evaluating SSR module /app/root.tsx: failed to import "@refinedev/remix-router"` ###...

hacktoberfest

### Describe the bug The current build process of refine packages makes it incompatible with Remix SPA, and possibly? more. This has been tested on Remix 2.8.0. The following steps...

bug

### Describe the bug https://refine.dev/docs/examples/table/mui/cursor-pagination/ Firstly this example only works one direction. The back button just moves forward further. Secondly, by taking this approach, changing filters or sort breaks the...

bug
wontfix

### Describe the bug Hello, when I use devtools in Safari, the error Invalid-session-token will be reported when logging in. This problem will occur regardless of whether I use Github...

bug

### Is your feature request related to a problem? Please describe. Currently, all examples and packages use `typescript@4`, all examples and packages should upgraded to v5. https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/ ### Describe alternatives...

enhancement

### Is your feature request related to a problem? Please describe. Currently [all examples](https://github.com/refinedev/refine/tree/master/examples) uses vite v4. All examples should upgraded to v5. https://vitejs.dev/guide/migration ### Describe alternatives you've considered _No...

enhancement

### Is your feature request related to a problem? Please describe. docs: https://refine.dev/docs/data/packages/graphql/ Currently, the `@refinedev/graphql` package only supports the `meta.fields` field for writing queries and mutations. To improve developer...

enhancement