mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
aa53bde21b
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47733 In https://github.com/facebook/yoga/pull/1729 I moved the cleanup of `display: contents` nodes to happen before all the early returns, but that change also made it be called **before** `cloneChildrenIfNeeded`. It actually needs to be called after `cloneChildrenIfNeeded` to make sure that children of `display: contents` nodes are properly owned. It also needs to be called in every short-path, so it's being called in four places in this PR. Please let me know whether it's ok or not. X-link: https://github.com/facebook/yoga/pull/1743 Reviewed By: NickGerleman Differential Revision: D65953902 Pulled By: zeyap fbshipit-source-id: 0b18a5651f19c23564f5b3aa2a50833426e9ca5f |
||
---|---|---|
.. | ||
assets | ||
babel-plugin-codegen | ||
community-cli-plugin | ||
core-cli-utils | ||
debugger-frontend | ||
dev-middleware | ||
eslint-config-react-native | ||
eslint-plugin-react-native | ||
eslint-plugin-specs | ||
gradle-plugin | ||
helloworld | ||
hermes-inspector-msggen | ||
metro-config | ||
normalize-color | ||
polyfills | ||
react-native | ||
react-native-babel-preset | ||
react-native-babel-transformer | ||
react-native-bots | ||
react-native-codegen | ||
react-native-codegen-typescript-test | ||
react-native-info | ||
react-native-popup-menu-android | ||
react-native-test-library | ||
react-native-test-renderer | ||
rn-tester | ||
typescript-config | ||
virtualized-lists |