Skip to content

feat: update API_BASE_URL in constants #26

feat: update API_BASE_URL in constants

feat: update API_BASE_URL in constants #26

Triggered via push October 9, 2025 18:03
Status Failure
Total duration 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
'u.uOutputVolume' is possibly 'undefined'.
build
'u.uInputVolume' is possibly 'undefined'.
build
'u.uAnimation' is possibly 'undefined'.
build
'u.uTime' is possibly 'undefined'.
build
'u.uOpacity' is possibly 'undefined'.
build
'u.uOpacity' is possibly 'undefined'.
build
'u.uOpacity' is possibly 'undefined'.
build
'u.uTime' is possibly 'undefined'.
build
'circleRef.current.material.uniforms.uInverted' is possibly 'undefined'.
build
Type '{ colors: [string, string]; colorsRef: RefObject<[string, string]> | undefined; seed: number | undefined; agentState: AgentState; volumeMode: "auto" | "manual"; ... 5 more ...; getOutputVolume: (() => number) | undefined; }' is not assignable to type '{ colors: [string, string]; colorsRef?: RefObject<[string, string]>; seed?: number; agentState: AgentState; volumeMode: "auto" | "manual"; manualInput?: number; ... 4 more ...; getOutputVolume?: () => number; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.