You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments