-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
There are some errors in svg.js.d.ts #1245
Comments
Can you try master? |
It seems that the NPM version has not been updated. |
Thats why I tell you: try master |
Could you please release a new version with the bug fix via NPM anyways? It's unsatisfying not being able to use the latest version in our |
pls release a new version with #1212 |
What can we do to publish a new release? |
Please. 🙏 |
Personally, I started sponsoring the maintainer, in hope to see more activity, if you are using the library I suggest considering, so we can have sustainable open source. Worst case I'll have to write a new library, or migrate to a different one, which is much more effort than a small sponsorship. Or waiting for releasing this change, where I also implemented the fix(assuming it works), #1223 |
Sorry, I am quite busy. I released a new version (3.1.2) that hold all the latest changes |
When I was packing the production package, the editor gave me an error, so I could not pack normally.
Finally I found the error existed with the file.
The PointArray class has an
at
method, while the base class Array< ArrayXY> The following also exists, which leads to errors.The cause of the error should be a variable name conflict.
The same error occurs in the:
The text was updated successfully, but these errors were encountered: