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
Can see that there was no specific min and max limit check in Belt.Int.fromString but in Rescript core Int.fromString maybeInt > 2147483647 || maybeInt < -2147483648 check is added. Why exactly this limitation was added as this is affecting previous behaviour
?
The text was updated successfully, but these errors were encountered:
Can see that there was no specific min and max limit check in Belt.Int.fromString but in Rescript core Int.fromString
maybeInt > 2147483647 || maybeInt < -2147483648
check is added. Why exactly this limitation was added as this is affecting previous behaviour?
The text was updated successfully, but these errors were encountered: