refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
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,...
``` const { autoSaveProps } = useForm({ warnWhenUnsavedChanges: true, autoSave: true, }); ``` ``` //... return ( //.. ```  ### Test plan (required) TODO:...
**``** A component that renders children and overtime components based on the elapsed time. The elapsed time is calculated using the `useLoadingOvertime` hook. If the `elapsedTime` prop is provided, the...
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,...
Fixed live-previews where the `goBack` prop doesn't work.
### Is your feature request related to a problem? Please describe. Currently it's possible to have resources with the same name but different identifiers. We are using this to differentiate...
### Describe the bug The problem occurred when trying to use cerbos as access control. The problem doesn't occur when used cerbos without icon in resource but occurs when we...
### Is your feature request related to a problem? Please describe. I think currently refine doesnt have a prefetch hook for a resource. Like if a user is hovering on...
### Is your feature request related to a problem? Please describe. Currently with **CanAccess** component, I am unable to show a toast message. This is how I am calling it,...
Inferencer relationInfer issue with accessor key when the field is multiple but does not have any object/value in the array ### Closing issues closes #4497 - [x] Corresponding issues are...