Closed jquense closed 6 years ago
When running react >= 16.3.0, refs will automatically be forwarded to the underlying component, which means no need to manually whitelist methods
BREAKING CHANGE: attached refs are now the original components, and not the uncontrolled component instance
BREAKING CHANGE: removed getControlledInstance so there are no special methods on the uncontrolled component
:tada: This PR is included in version 6.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When running react >= 16.3.0, refs will automatically be forwarded to the underlying component, which means no need to manually whitelist methods
BREAKING CHANGE: attached refs are now the original components, and not the uncontrolled component instance
BREAKING CHANGE: removed getControlledInstance so there are no special methods on the uncontrolled component