refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Describe the bug Cannot specify `0` as filter value. Also, `""` cannot be specified. Because it is excluded by the conditions in the following sections. https://github.com/refinedev/refine/blob/a8404fc92c856f89b06684de6ad481aa840267be/packages/nestjs-query/src/utils/index.ts#L165 ### Steps To...
### Describe the bug Sometimes resource names can get changed to lower case even though they are Camel cased. { name: "auditLogs", list: "/administration/auditLogs", show: "/administration/auditLogs/show/:id", meta: { icon: ,...
### Documentation issue [The testing page](https://refine.dev/docs/further-readings/testing/) does not have any instructions on tesing with partially-implemented browser environment, like jsdom ### Describe the thing to improve Apps built with refine can...
### Describe the bug `useFieldArray` elements sometimes disappear https://github.com/user-attachments/assets/f8bffdcc-4a99-4730-bc94-88c0480bd91f ### Steps To Reproduce 1. clone repository ``` git clone https://github.com/CRC32EX/refine_bug_report ``` 2. install dependencies ``` npm install ``` 3. Build...
### Describe the bug I tryed to sort by foreign table colmn with Supabase data provider. But the result is not sorted. ### Steps To Reproduce 1. Call `getList()` of...
### Is your feature request related to a problem? Please describe. preferred-pm pulls in 24 dependencies, which is unnecessary for what it does: https://npmgraph.js.org/?q=preferred-pm package-manager-detector has no dependencies: https://npmgraph.js.org/?q=package-manager-detector ###...
### Describe the bug I was trying to create a list view following up the [example](https://refine.dev/docs/packages/tanstack-table/introduction/#usage) of `useTable`. However, when I got to the page, the page was rendering infinitely...
### Update This issue was initially opened up as a feature request and converted to a bug. The requested feature is possible with the current implementation but the types are...
## September 2024 Release - fix(supabase): parse nested values correctly when using conditional filters (#6240) - chore(devtools-server): replace `preferred-pm` with `package-manager-detector` (#6250) - fix(core): changes in `props.id` not reflected immediately...
### Describe the bug While `@refinedev/antd`'s `` has RTL support for the sider and it works well but in mobile sider the placement is not respecting the changes in `direction`....