You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is from github actions on a PR by dependabot attempting to auto-update solidjs.
tsc -p ./tsconfig.json --noEmit
Error: ../../node_modules/.pnpm/solid-bootstrap@1.0.20_solid-js@1.8.22/node_modules/solid-bootstrap/dist/esm/Dropdown.d.ts(6,18): error TS2320: Interface 'DropdownProps' cannot simultaneously extend types 'DropdownProps' and 'Omit<HTMLAttributes<HTMLElement>, "children" | "onSelect">'.
Named property 'onToggle' of types 'DropdownProps' and 'Omit<HTMLAttributes<HTMLElement>, "children" | "onSelect">' are not identical.
Error: ../../node_modules/.pnpm/solid-bootstrap@1.0.[20](https://github.com/carcinocron/solid-simple-tactics/actions/runs/10934113871/job/30353650684?pr=329#step:7:21)_solid-js@1.8.22/node_modules/solid-bootstrap/dist/esm/Navbar.d.ts(4,18): error TS2430: Interface 'NavbarProps' incorrectly extends interface 'Omit<HTMLAttributes<HTMLElement>, "onSelect">'.
Types of property 'onToggle' are incompatible.
Type '((expanded: boolean) => void) | undefined' is not assignable to type 'EventHandlerUnion<HTMLElement, ToggleEvent> | undefined'.
Type '(expanded: boolean) => void' is not assignable to type 'EventHandlerUnion<HTMLElement, ToggleEvent> | undefined'.
Type '(expanded: boolean) => void' is not assignable to type 'EventHandler<HTMLElement, ToggleEvent>'.
Types of parameters 'expanded' and 'e' are incompatible.
Type 'ToggleEvent & { currentTarget: HTMLElement; target: Element; }' is not assignable to type 'boolean'.
The text was updated successfully, but these errors were encountered:
this is from github actions on a PR by dependabot attempting to auto-update solidjs.
The text was updated successfully, but these errors were encountered: