All Questions
1 question
0
votes
1
answer
42
views
React: how to fire the parent component method?
How do I get access from component to the methods of the owner of this component?
I.e. (maybe) you need to get a pointer to the owner of the element and already call the method by the pointer.
For ...