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
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
As gaeron said here, sooner or later ReactDOM.findDOMNode will be deprecated and it will be apt to each component to decide if the user will be able or not to access the DOM node by its standard prop API.
We should add a prop innerRef: t.maybe(t.Function) that is called with the ref to the DOM node if it exists.
specs
{optional: describe technical specs to implement this feature, if not obvious}
misc
{optional: other useful info}
The text was updated successfully, but these errors were encountered:
requirements
As gaeron said here, sooner or later
ReactDOM.findDOMNode
will be deprecated and it will be apt to each component to decide if the user will be able or not to access the DOM node by its standardprop
API.We should add a prop
innerRef: t.maybe(t.Function)
that is called with theref
to the DOM node if it exists.specs
{optional: describe technical specs to implement this feature, if not obvious}
misc
{optional: other useful info}
The text was updated successfully, but these errors were encountered: