Skip to content

feat(admin): add useToggleInputContext composable #322

feat(admin): add useToggleInputContext composable

feat(admin): add useToggleInputContext composable #322

Triggered via pull request October 10, 2024 15:01
Status Success
Total duration 2m 28s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
bundlewatch
Argument of type 'DefineProps<LooseRequired<CheckboxGroupProps<T>>, [T] extends [boolean | undefined] ? "modelValue" : never>' is not assignable to parameter of type 'CheckboxGroupProps<CheckboxGroupModelValue>'.
bundlewatch
Type 'Ref<boolean>' is not assignable to type 'Booleanish | undefined'.
bundlewatch
Type 'Ref<boolean>' is not assignable to type 'Booleanish | undefined'.
bundlewatch
Argument of type 'DefineProps<LooseRequired<CheckboxInputProps<T>>, [T] extends [boolean | undefined] ? "modelValue" : never>' is not assignable to parameter of type 'PdkElementProps<unknown>'.
bundlewatch
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
bundlewatch
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<unknown, PdkElementProps<unknown>>>'.
bundlewatch
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
bundlewatch
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, string>'.
bundlewatch
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<unknown, PdkElementProps<unknown>>>'.
bundlewatch
Argument of type 'DropOffInputEmits' is not assignable to parameter of type '(name: "update:modelValue", ...args: unknown[]) => void'.