Skip to content

Bump @radix-ui/react-dialog from 1.0.4 to 1.0.5 #1711

Bump @radix-ui/react-dialog from 1.0.4 to 1.0.5

Bump @radix-ui/react-dialog from 1.0.4 to 1.0.5 #1711

Triggered via push September 28, 2023 08:46
Status Failure
Total duration 1m 32s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
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/