replit / kaboom

💥 JavaScript game library
https://kaboomjs.com
MIT License
2.66k stars 226 forks source link

fix: err TS2339 #788

Closed neerajkumarc closed 10 months ago

neerajkumarc commented 10 months ago

fixed this:

> kaboom@3000.1.17 check
> tsc

src/kaboom.ts:4287:14 - error TS2339: Property 'isColliding' does not exist on type 'GameObj<PosComp | BodyComp>'.

4287        !this.isColliding(curPlatform)
                  ~~~~~~~~~~~

Found 1 error in src/kaboom.ts:4287
slmjkdbtl commented 10 months ago

thx!