mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
21ac62c77a
* Fix Portal unmount Before that change, currentParent is not set as a container even if it should so it break on react-native and probably other custom renderers * Assert that *ToContainer() methods receive containers * Add regression tests * Add comments