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
Essentially, I am working on functional components. They do not have names. I would still like to get the name of the function given or the name of the head component. or the name of the file.
The need behind it is to log it properly when it is mounted.
In this order (if one is empty, move to the next):
As a developer, I would like to use this function to resolve the name and the props passed to a component, to make my passing tests clearer.
It can be useful in the context of component testing, also in designing new ones.
The text was updated successfully, but these errors were encountered: