hathora / builder

Multiplayer game framework

Home Page:https://docs.hathora.dev/#/builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript errors in api/base.ts and .hathora/patch.ts

MartijnWelker opened this issue · comments

I've been working on a simple game and when I import HathoraClient from .hathora/client (as is done in the ship example) the web client compilation errors with typescript errors coming from api/base.ts and .hathora/patch.ts.

If required I can share more of my code, but since this errors in the automatically generated api code I'm unsure if that's needed.

Extra info:

$ hathora --version
0.9.12
$ node -v
v16.12.0

image

Thank you for the report @MartijnWelker. Can you try again with hathora 0.9.13 and let me know if that fixes the issue for you?

Yep. No more errors 👍 Thanks for the quick reply