Skip to content

fix: wysiwyg lool

fix: wysiwyg lool #52

Triggered via pull request October 28, 2024 20:33
@Rei-xRei-x
synchronize #27
wysiwyg-2
Status Failure
Total duration 1m 14s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint
Process completed with exit code 1.
lint
Process completed with exit code 1.
lint: src/components/landing/MobileMenu.tsx#L21
Type '{ isOpen: true; toggle: () => void; className: string; }' is not assignable to type 'IntrinsicAttributes & Omit<ToggleProps & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: (ConfigVariants<...> & ClassProp) | undefined) => string> & RefAttributes<...>'.
lint: src/components/landing/Navbar.tsx#L72
Type '{ isOpen: false; toggle: () => void; }' is not assignable to type 'IntrinsicAttributes & Omit<ToggleProps & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: (ConfigVariants<...> & ClassProp) | undefined) => string> & RefAttributes<...>'.
lint
Process completed with exit code 2.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/