Skip to content

Commit 46690f7

Browse files
committed
fix(ts-ignore): use ts-expect-error instead
1 parent 9ad74e6 commit 46690f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/popover/popover-trigger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const PopoverTrigger = component$<PopoverTriggerProps>(
111111
return (
112112
<button
113113
{...rest}
114-
// @ts-expect-error
114+
// @ts-expect-error bad types
115115
popovertarget={popovertarget}
116116
onClick$={[
117117
rest.onClick$,

0 commit comments

Comments
 (0)