hoist-non-react-statics
hoist-non-react-statics copied to clipboard
Please update description in understendable way
"Copies non-react specific statics from a child component to a parent component."
...
hoistNonReactStatics(targetComponent, sourceComponent);
What is a child and what is a parent (targetComponent or sourceComponent)?