Skip to content

Add render prop to page and reference base components #10637

Add render prop to page and reference base components

Add render prop to page and reference base components #10637

Triggered via pull request July 11, 2025 15:49
Status Failure
Total duration 6m 19s
Artifacts

test.yml

on: pull_request
simple-example-typecheck
0s
simple-example-typecheck
update-sandbox-repository
0s
update-sandbox-repository
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
typecheck
Process completed with exit code 2.
typecheck
Interface 'InfiniteListProps<RecordType>' cannot simultaneously extend types 'InfiniteListBaseProps<RecordType>' and 'ListViewProps'.
typecheck
Type '{ pagination: false | Element; children?: ReactNode; render?: ((props: InfiniteListControllerResult<RecordType>) => ReactNode) | undefined; ... 8 more ...; sx?: SxProps<...> | undefined; }' is not assignable to type 'ListViewProps'.
typecheck: packages/ra-core/src/controller/field/ReferenceOneFieldBase.stories.tsx#L9
'useRecordContext' is defined but never used. Allowed unused vars must match /^_/u
typecheck: packages/ra-core/src/controller/field/ReferenceManyFieldBase.stories.tsx#L8
'useListContextWithProps' is defined but never used. Allowed unused vars must match /^_/u