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
Removed the requirement that refs must have a parentNode attribute. This effectively allows custom React components that define .focus() or .scrollIntoView() methods, to have those methods called instead of react-ref-manager attempting to find the corresponding element in the DOM and calling the respective methods on them, instead.