Skip to content

Use new JSX transform in all sample and test suites #865

Use new JSX transform in all sample and test suites

Use new JSX transform in all sample and test suites #865

Triggered via push September 30, 2023 18:57
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: push
Static code analysis
44s
Static code analysis
Type checking
53s
Type checking
Prettier
22s
Prettier
Unit tests
40s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static code analysis
Process completed with exit code 1.
Type checking
Cannot find module './DateBoundariesOptions.js' or its corresponding type declarations.
Type checking
Cannot find module './shared/dateFormatter.js' or its corresponding type declarations.
Type checking
Module '"./shared/types.js"' has no exported member 'Value'.
Type checking
Module '"./shared/types.js"' has no exported member 'View'.
Type checking
Type '{ locale: string | undefined; setLocale: Dispatch<SetStateAction<string | undefined>>; }' is not assignable to type 'IntrinsicAttributes'.
Type checking
Type '{ selectRange: boolean; setSelectRange: Dispatch<SetStateAction<boolean>>; setValue: Dispatch<SetStateAction<LooseValue>>; value: LooseValue; }' is not assignable to type 'IntrinsicAttributes & ValueOptionsProps'.
Type checking
Type '{ setShowDoubleView: Dispatch<SetStateAction<boolean>>; setShowFixedNumberOfWeeks: Dispatch<SetStateAction<boolean>>; ... 5 more ...; showWeekNumbers: boolean; }' is not assignable to type 'IntrinsicAttributes & ViewOptionsProps'.
Type checking
Type '{}' is missing the following properties from type 'LocaleOptionsProps': locale, setLocale
Type checking
Process completed with exit code 1.