Skip to content

Added endpoints to retrieve the attack which found an aggregated model #571

Added endpoints to retrieve the attack which found an aggregated model

Added endpoints to retrieve the attack which found an aggregated model #571

Triggered via pull request December 11, 2023 16:47
Status Failure
Total duration 1m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linux.yml

on: pull_request
Build & Tests on linux
1m 34s
Build & Tests on linux
Matrix: Build typescript
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel, state: ControlProps<Option, IsMulti, Group>) => { backgroundColor: "black"; boxShadow: "box-shadow: inset 0 -3px 2em var(--red-button), 0 0 10em var(--red-button), 0 0 .5em var(--red-button)" | "inset 0 -3px 2em var(--primary-op), 0 0 10em #0cf3, 0 0 .5em #0ff2"; ... 955 more ...; label?...' is not assignable to type '(base: CSSObjectWithLabel, props: ControlProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel, state: OptionProps<Option, IsMulti, Group>) => { ":hover"?: CSSObject | undefined; ... 956 more ...; label?: string | undefined; } | { ...; }' is not assignable to type '(base: CSSObjectWithLabel, props: OptionProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel) => { background: string; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | ... 2 more ... | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: MenuProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel) => { color: "#bbb"; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | AlignContent | AlignContent[] | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: SingleValueProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel) => { backgroundColor: "none"; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | ... 2 more ... | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: MultiValueProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Type '(styles: CSSObjectWithLabel) => { display: "none"; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | AlignContent | AlignContent[] | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: IndicatorSeparatorProps<Option, IsMulti, Group>) => CSSObjectWithLabel'.
Build typescript (14.x)
Process completed with exit code 2.