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
./src/app/(menu)/settings/typography.tsx:35:6
Type error: Type '{ children: ReactNode; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; ... 272 more ...; className: string; }' is not assignable to type 'DetailsHTMLAttributes<HTMLDetailsElement>'.
Types of property 'onToggle' are incompatible.
Type 'ToggleEventHandler<HTMLOrSVGElement> | undefined' is not assignable to type 'ReactEventHandler<HTMLDetailsElement> | undefined'.
Type 'ToggleEventHandler<HTMLOrSVGElement>' is not assignable to type 'ReactEventHandler<HTMLDetailsElement>'.
Types of parameters 'event' and 'event' are incompatible.
Type 'SyntheticEvent<HTMLDetailsElement, Event>' is missing the following properties from type 'ToggleEvent<HTMLOrSVGElement>': oldState, newState
33 |
34 | return (
> 35 | <Wrapper className={cn(variantStyles({ variant }), className)} {...props}>
| ^
36 | {children}
37 | </Wrapper>
38 | )
Linting and checking validity of types ... ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
gluwave: pnpm build
The text was updated successfully, but these errors were encountered: