Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify getNearestMountedDOMNode to just walk to path and check the map
We don't need the dependency on findFiberByHostInstance now that we maintain our own map of public instances. This relies on the assumption that this is a DOM renderer but we could always add support for more renderer types that need conflict resolution if they happen.
- Loading branch information