You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `authLoading` | Optional | `ReactNode` | | The component to render while checking for authentication and permissions
50
-
| `children` | Optional | `ReactNode` | | The components rendering the record fields
51
-
| `render` | Optional | `(props: EditControllerResult<RecordType>) => ReactNode` | | Alternative to children, a function that takes the EditController context and renders the form
52
-
| `disable Authentication` | Optional | `boolean` | | Set to `true` to disable the authentication check
53
-
| `error` | Optional | `ReactNode` | | The component to render when failing to load the record
54
-
| `id` | Optional | `string` | | The record identifier. If not provided, it will be deduced from the URL
55
-
| `loading` | Optional | `ReactNode` | | The component to render while loading the record to edit
| `authLoading` | Optional | `ReactNode` | | The component to render while checking for authentication and permissions
50
+
| `children` | Optional | `ReactNode` | | The components rendering the record fields
51
+
| `render` | Optional | `(props: EditControllerResult<RecordType>) => ReactNode` | | Alternative to children, a function that takes the EditController context and renders the form
52
+
| `disable Authentication` | Optional | `boolean` | | Set to `true` to disable the authentication check
53
+
| `error` | Optional | `ReactNode` | | The component to render when failing to load the record
54
+
| `id` | Optional | `string` | | The record identifier. If not provided, it will be deduced from the URL
55
+
| `loading` | Optional | `ReactNode` | | The component to render while loading the record to edit
0 commit comments