v0.0.4
Breaking Changes
- 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 ofreact-ref-manager
attempting to find the corresponding element in the DOM and calling the respective methods on them, instead.