fix: return Promise<void> instead of Promise<unknown> (#135) #459
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
|