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
| `children` | Optional | `ReactNode` | | The components rendering the record fields
66
-
| `children` | Optional | `(props: ShowControllerResult<RecordType>) => ReactNode` | | Alternative to children, a function that takes the ShowController context and renders the form
66
+
| `render` | Optional | `(props: ShowControllerResult<RecordType>) => ReactNode` | | Alternative to children, a function that takes the ShowController context and renders the form
67
67
| `disable Authentication` | Optional | `boolean` | | Set to `true` to disable the authentication check
68
68
| `empty WhileLoading` | Optional | `boolean` | | Set to `true` to return `null` while the list is loading
69
69
| `id` | Optional | `string` | | The record identifier. If not provided, it will be deduced from the URL
0 commit comments