-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Closed
Description
(Deleted template as this is a suggestion, not a bug.)
The dev tools helpfully extracts HOC names and shows them in the components tree. Example:
However, it doesn't give the same treatment to components in the profiler:
In large trees, it is very confusing to see two components with the same name, so it would be useful to show the HOC name here as well.
As a workaround for now, users can click through to the "components" tab from the profiler, when a component is selected in the profiler flamegraph, to see this extra information.
eps1lon, BatuhanW, karol-majewski, DiasKazhtai and hardikmodha

