mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
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.