Fix width being ignored when has a value of 0 #134
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_dim_0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
8f6a96adbc
added a test in isDimDefined that checks ifvalue > 0.0
, but unfortunately, it did not faithfully port the JavaScript version which isvalue >= 0.0
: https://github.com/facebook/css-layout/blob/master/src/Layout.js#L306. Sadly, no test covered this so it went unnoticed.@facebook-github-bot import
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/626460604160444/int_phab to review.
Looks good to me.
@facebook-github-bot shipit
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/626460604160444/int_phab to review.