Skip to content

fix: return Promise<void> instead of Promise<unknown> (#135) #459

fix: return Promise<void> instead of Promise<unknown> (#135)

fix: return Promise<void> instead of Promise<unknown> (#135) #459

Triggered via push February 21, 2025 09:04
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
typecheck: packages/core/src/useForm/useForm.spec.ts#L979
Type '{}' is not assignable to type 'MaybeAsync<void>'.
typecheck
Process completed with exit code 2.
lint: packages/core/src/useCalendar/useCalendar.ts#L108
Unexpected any. Specify a different type
lint: packages/core/src/useCalendar/useCalendar.ts#L113
Unexpected any. Specify a different type
lint: packages/core/src/useComboBox/useComboBox.ts#L181
Unexpected any. Specify a different type