Optimize children flattening #735
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
check:
src/react/VList.spec.tsx#L355
'VList' components don't accept text as child elements. Text in JSX has the type 'string', but the expected type of 'children' is 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L357
Type 'boolean' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L358
Type 'boolean' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L359
Type 'null' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L360
Type 'undefined' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L361
Type 'number' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L469
'VList' components don't accept text as child elements. Text in JSX has the type 'string', but the expected type of 'children' is 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L471
Type 'boolean' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L472
Type 'boolean' is not assignable to type 'VirtualizableElement'.
|
check:
src/react/VList.spec.tsx#L473
Type 'null' is not assignable to type 'VirtualizableElement'.
|