Bump @types/react from 18.2.48 to 18.2.74 in /js #223
Annotations
10 errors and 5 warnings
Run pnpm --filter account-ui run build
Type '{ children: Element[]; "aria-label": string; }' is missing the following properties from type 'Pick<TableComposableProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | ... 362 more ... | "selectableRowCaptionText">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: Element; }' is missing the following properties from type 'Pick<TheadProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 350 more ... | "hasNestedHeader">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: Element[]; }' is missing the following properties from type 'Pick<TrProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 360 more ... | "resetOffset">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: string; }' is missing the following properties from type 'Pick<ThProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 364 more ... | "modifier">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: string; }' is missing the following properties from type 'Pick<ThProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 364 more ... | "modifier">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ "aria-hidden": "true"; }' is missing the following properties from type 'Pick<ThProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 364 more ... | "modifier">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: Element[] | undefined; }' is missing the following properties from type 'Pick<TbodyProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 351 more ... | "isOddStriped">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: Element[]; key: string; }' is missing the following properties from type 'Pick<TrProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 360 more ... | "resetOffset">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: (string | Element | undefined)[]; }' is missing the following properties from type 'Pick<TdProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 368 more ... | "isActionCell">': onPointerEnterCapture, onPointerLeaveCapture
|
Run pnpm --filter account-ui run build
Type '{ children: Element[]; }' is missing the following properties from type 'Pick<TdProps, "key" | "value" | "data" | "type" | "children" | "className" | "role" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | ... 368 more ... | "isActionCell">': onPointerEnterCapture, onPointerLeaveCapture
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run pnpm --filter account-ui run lint:
js/apps/account-ui/src/resources/EditTheResource.tsx#L36
React Hook useEffect has missing dependencies: 'permissions' and 'reset'. Either include them or remove the dependency array
|
Run pnpm --filter account-ui run lint:
js/apps/account-ui/src/resources/ShareTheResource.tsx#L64
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
|
Run pnpm --filter account-ui run lint:
js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
Run pnpm --filter account-ui run lint:
js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect has missing dependencies: 'callback' and 'factory'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading