Bump @radix-ui/react-alert-dialog from 1.0.4 to 1.0.5 #1743
Annotations
7 errors and 1 warning
build:
src/components/ui/alert-dialog.tsx#L1
Property 'className' does not exist on type 'AlertDialogPortalProps'.
|
build:
src/components/ui/alert-dialog.tsx#L1
Type '{ children?: ReactNode; container?: HTMLElement | null | undefined; forceMount?: true | undefined; className: string; }' is not assignable to type 'IntrinsicAttributes & AlertDialogPortalProps'.
|
build:
src/components/ui/dialog.tsx#L1
Property 'className' does not exist on type 'DialogPortalProps'.
|
build:
src/components/ui/dialog.tsx#L1
Type '{ children?: ReactNode; container?: HTMLElement | null | undefined; forceMount?: true | undefined; className: string; }' is not assignable to type 'IntrinsicAttributes & DialogPortalProps'.
|
build:
src/components/ui/sheet.tsx#L1
Property 'className' does not exist on type 'DialogPortalProps'.
|
build:
src/components/ui/sheet.tsx#L1
Type '{ children?: ReactNode; container?: HTMLElement | null | undefined; forceMount?: true | undefined; className: string; }' is not assignable to type 'IntrinsicAttributes & DialogPortalProps'.
|
build
Process completed with exit code 2.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|