You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a regression that was introduced in 1.5.0 with this commit 8b2a006.
What would be a good approach to fix this? Does it make sense to remove literal quotes specifically from the compact part, or do we need to take more parts into consideration? Literal quotes are already partially removed in stringToParts.
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue. I agree it makes sense to remove the quotes from the compact part 👍. If you can submit a PR, it will be much appreciated. Thanks
Hey 👋
As you can see in the following example, literal quotes are not fully removed from compact number/currency formats.
This is a regression that was introduced in 1.5.0 with this commit 8b2a006.
What would be a good approach to fix this? Does it make sense to remove literal quotes specifically from the
compact
part, or do we need to take more parts into consideration? Literal quotes are already partially removed instringToParts
.The text was updated successfully, but these errors were encountered: