react-integration
react-integration copied to clipboard
Accessing native element
Currently there is no direct access to the native custom element, even via refs. The API exposes a way to reach the element itself to retrieve values, attributes, etc.
What's the use-case of this one?
ping?