Replies: 1 comment 1 reply
-
@lincore81 Thanks for the post! Apologies for this, this is a gap in the tutorial text! I'll update the prose to fix this asap.
Give the final code a look to cross check any errors/gaps you find https://github.com/excaliburjs/sample-excalibird/blob/main/src/bird.ts#L97 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey y'all, I can't make up my mind if the type definitions are lacking or if it's me, although I suspect it to be the latter.
I'm following the flappy bird tutorial (chapter 5), which includes
stop
ping the bird on collision. And while the method definitely works, the language server thinks it doesn't exist.I encountered the issue in neovim and vscode (default tsconfig except target set to esnext). Does anybody know what's going on here?
package.json:
src/actors/bird/bird.ts:
Beta Was this translation helpful? Give feedback.
All reactions