-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module support #107
Comments
@kraxarn Thanks for the issue report. I'm not familiar with how the TypeScript |
This was referenced Jan 8, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nakama-js seems to stop working once a project uses ES6 modules. For example, simply doing this:
Results in error:
It instead suggests importing it like:
But that instead throws another error:
Seems to be related to using TypeScript with
"module": "es2020"
.The text was updated successfully, but these errors were encountered: