Use new JSX transform in all sample and test suites #865
ci.yml
on: push
Static code analysis
44s
Type checking
53s
Prettier
22s
Unit tests
40s
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.
|