5.0.1 #284
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.
|