refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
Added new `useOne` documentation.
Added new `useMany` documentation.
Added new `useCreate` documentation.
### Describe the bug ``` ✔ Do you want to use a UI Framework?: · chakra ✔ Do you want to add example pages?: · inferencer ✔ Do you want...
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the rejection...
When we rely on the mount effects, Clicking on the same sider item will result in a page reload due to them being linked. We need to prevent the default...
### Documentation issue Currently, i18n is trying to fetch translation.json file in the relative language directory before falling back to the defaultNs. Can be seen below This is the code...
Fix minor typo in `general-concepts` documentation.
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the rejection...
After the `onMutationError` callback is triggered, `useForm` will automatically set the thrown errors to the corresponding form fields. From know, when the `dataProvider` throws an `HttpError` with an `errors` field,...