fix: wysiwyg lool #52
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/
|