-
Notifications
You must be signed in to change notification settings - Fork 39
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
Runtime Error #34
Comments
Which version of nodejs? |
Node version - v16.15.1 |
What a weird bug, optional chaining is already supported in Node.js 14. |
You can append |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Runtime Error
In v1.7.1 im getting a few of this runtime errors
I've modified this lines ...
(Lines 220, 281, 319)
(I've deleted all the '?' before the dots in those lines)
and now is up and running.
Since i modified the dist file and i dont know how to fix the source code, I've oppened this Issue and not made a Pull Request.
The text was updated successfully, but these errors were encountered: