Skip to content
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

Library can't handle ASCII char for "micro" (µ) #606

Closed
krechtern opened this issue Sep 12, 2023 · 2 comments
Closed

Library can't handle ASCII char for "micro" (µ) #606

krechtern opened this issue Sep 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@krechtern
Copy link

Hey!

The "µ" char in this library has the char code 956 (unicode). Our backend responses with a unit string "µm" where the "µ" has the char code 181 (ASCII).

The library can't handle this char and throws an RangeError.

image

@jonahsnider jonahsnider self-assigned this Sep 12, 2023
@jonahsnider jonahsnider added the bug Something isn't working label Sep 12, 2023
@jonahsnider
Copy link
Owner

🎉 This issue has been resolved in version 4.13.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@krechtern
Copy link
Author

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants