Skip to content

feat: v7

feat: v7 #222

Triggered via pull request February 12, 2025 14:54
Status Failure
Total duration 1m 50s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/components/Alert/Alert.stories.tsx#L64
Object literal may only specify known properties, but 'dismissable' does not exist in type 'Partial<{ title: string; description?: ReactNode; variant?: "success" | "error" | "warning" | "info" | undefined; icon?: ReactNode; className?: string | undefined; id?: string | undefined; dismissible?: boolean | undefined; onDismiss?: (() => void) | undefined; }> & { ...; }'. Did you mean to write 'dismissible'?
build: src/components/Alert/Alert.tsx#L83
Cannot find name 'dismissable'. Did you mean 'dismissible'?
build
Process completed with exit code 2.