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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Browser: Other Component: misc core Regression: yes
Fix for number filter when passing not a number to a filter. isNaN is
broken, so we should use isNumber function in formatNumber function.
Close #6188
Another problem I found is 'isNumber(NaN)' returned 'true' that seems not to be correct. With this fix everything works fine
The text was updated successfully, but these errors were encountered:
Browser: Other
Component: misc core
Regression: yes
Fix for number filter when passing not a number to a filter. isNaN is
broken, so we should use isNumber function in formatNumber function.
Close #6188
Another problem I found is 'isNumber(NaN)' returned 'true' that seems not to be correct. With this fix everything works fine
The text was updated successfully, but these errors were encountered: