Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make new nodes dirty by default (#44010)
Summary: Pull Request resolved: #44010 X-link: facebook/yoga#1641 Yoga has quirk where newly constructed nodes are clean, which isn't really correct. Normally never shows in in real code because setting a style or children will dirty. Fabric doesn't use the public APIs that do this dirtying, so it ends up getting creative instead. We should fix so that newly constructed nodes are dirty. Copy-constructed Nodes (also only a Fabric thing, will retain original dirty flag. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D55855328 fbshipit-source-id: be49efaf8ac29351f8e5ec509bd9912546944332
- Loading branch information