mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
e34b995f84
We used to terminate the search on host nodes, and then use the nested unmount algorithm. However this means we didn't unmount portals inside the host nodes. We will probably need to restructure this somehow but for now I just added a recursive call to unblock myself.