-
Notifications
You must be signed in to change notification settings - Fork 73
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
TypeError: weights.every is not a function #161
Comments
Did you encounter this error in every browser or was it unique to Internet Explorer 11? |
My browser is Edge 108.0.1462.54. |
Can confirm. This project's own example file can recreate this: Changing the line: smilesDrawer/example/index_svg.html Line 11 in 67bd106
To: Works, while setting the version to 2.1.5 gives this error, as well as using the smiles-drawer currently in dist. |
After the version was bumped from v2.0.3 to v2.1.2, I got the following error:
The error disappeared after reverting to the previous version. From the traceback, the error should happen here:
smilesDrawer/src/SvgDrawer.js
Line 410 in 6676809
The text was updated successfully, but these errors were encountered: