feat: update API_BASE_URL in constants #26
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.
|