Stale flex basis value used with cached values #1161
Reference in New Issue
Block a user
No description provided.
Delete Branch "rozele/export-D39929963"
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?
Summary:
We're occasionally seeing text truncation occur on Windows. It appears to occur when a cached main axis value is supplied to the flex basis computation for children, resulting in a stale flex basis value getting used.
This diff just contributes a unit test that reliably reproduces this case.
Differential Revision: D39929963
This pull request was exported from Phabricator. Differential Revision: D39929963
I've experienced the same problem with
react-pdf
andsatori
Here is the code sandbox with
javascript
reproductionView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.