Skip to content

5.0.1

5.0.1 #284

Triggered via push December 13, 2025 01:22
Status Failure
Total duration 1m 1s
Artifacts

CD.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
npm
Process completed with exit code 2.
npm: tests/utils/removeP5CanvasInstance.test.ts#L27
Type 'p5' is not assignable to type 'P5CanvasInstance<SketchProps>'.
npm: tests/utils/removeP5CanvasInstance.test.ts#L15
Type 'p5' is not assignable to type 'P5CanvasInstance<SketchProps>'.
npm: src/utils/createP5CanvasInstance.ts#L11
Argument of type 'Sketch<Props>' is not assignable to parameter of type '(p: p5) => void'.
npm: src/utils/createP5CanvasInstance.ts#L11
Type 'p5' is not assignable to type 'P5CanvasInstance<Props>'.
npm: src/contracts/p5.ts#L2
Unused '@ts-expect-error' directive.