I have a component which is used by different kind of components (parents). This component's behaviour slightly depends on who is his parent (the kind of parent).
Ofcourse I can pass the parent's name as a prop or bind or ...
My question: Is it possible for the nested component to find out by itself who is the parent? during onMount?