Skip to content

fix(DatePicker2): after entering a customized date format and pressing Enter, the value should not change,closed alibaba-fusion#4896 #499

fix(DatePicker2): after entering a customized date format and pressing Enter, the value should not change,closed alibaba-fusion#4896

fix(DatePicker2): after entering a customized date format and pressing Enter, the value should not change,closed alibaba-fusion#4896 #499

Triggered via pull request September 26, 2024 07:58
Status Failure
Total duration 1m 9s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
changed: components/date-picker2/__docs__/demo/basic/index.tsx#L8
Parameter 'date' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/basic/index.tsx#L8
Parameter 'dateStr' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/default-panel/index.tsx#L9
Parameter 'date' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/default-panel/index.tsx#L9
Parameter 'dateStr' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/default-panel/index.tsx#L10
Parameter 'value' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/default-panel/index.tsx#L10
Parameter 'mode' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/disabledDate/index.tsx#L10
Parameter 'date' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/disabledDate/index.tsx#L10
Parameter 'mode' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/format/index.tsx#L10
Parameter 'v' implicitly has an 'any' type.
changed: components/date-picker2/__docs__/demo/range-picker/index.tsx#L8
Parameter 'date' implicitly has an 'any' type.
changed
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/