docs: Remove Typekit integration from README.md #70
Annotations
10 errors and 1 warning
src/components/Availability/index.tsx#L19
Argument of type 'boolean | null' is not assignable to parameter of type 'boolean'.
|
src/components/BrandLogo/index.tsx#L19
Type '{ children: Element[]; className: string; href: string; "aria-current": "page" | null; }' is not assignable to type 'Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps>'.
|
src/components/Location/index.tsx#L17
Argument of type 'boolean | null' is not assignable to parameter of type 'boolean'.
|
src/components/LogoUnit/index.tsx#L20
Type '{ children: (false | Element)[]; className: string; href: string; "aria-current": "page" | null; }' is not assignable to type 'Omit<AnchorHTMLAttributes<HTMLAnchorElement>, keyof InternalLinkProps>'.
|
src/components/Networks/index.test.tsx#L8
'container.firstChild' is possibly 'null'.
|
src/components/Networks/index.tsx#L23
Argument of type 'boolean | null' is not assignable to parameter of type 'boolean'.
|
src/components/Project/index.tsx#L22
Argument of type 'boolean | null' is not assignable to parameter of type 'boolean'.
|
src/components/ProjectImage/index.test.tsx#L19
Type 'null' is not assignable to type 'ImageType'.
|
src/components/ProjectImage/index.tsx#L36
Argument of type 'boolean | null' is not assignable to parameter of type 'boolean'.
|
src/components/ProjectNav/index.tsx#L18
'scrollContainer.current' is possibly 'null'.
|
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/
|
This job failed
Loading