Specific event page #24
lint_and_typecheck.yml
on: pull_request
Linting and Typechecking
35s
Annotations
4 errors and 3 warnings
Linting and Typechecking:
app/(transition)/(root)/events/[id]/_components/Location/Location.tsx#L1
Cannot find module '@next/third-parties/google' or its corresponding type declarations.
|
Linting and Typechecking:
src/components/ui/sheet.tsx#L17
Property 'className' does not exist on type 'DialogPortalProps'.
|
Linting and Typechecking:
src/components/ui/sheet.tsx#L20
Type '{ children?: ReactNode; container?: HTMLElement | null | undefined; forceMount?: true | undefined; className: string; }' is not assignable to type 'IntrinsicAttributes & DialogPortalProps'.
|
Linting and Typechecking
Process completed with exit code 2.
|
Linting and Typechecking:
src/components/Auth/clerk.tsx#L22
Forbidden non-null assertion
|
Linting and Typechecking:
src/components/Navbar/types.d.ts#L1
'DropdownMenuSeparatorProps' is defined but never used
|
Linting and Typechecking:
src/lib/utils.ts#L3
Unexpected any. Specify a different type
|