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
I think it would be a nice addition to the devtools to have a more detailed breakdown of hook listeners.
Currently hooks are listed with a count of listeners and the number of executions:
I think it would be nice to be able to tell what exactly is using a specific hook, and generally speaking, tell what happens at a given point of the app lifecycle.
This also will help in better diagnosing the duration as displayed in the last column, and to try to improve performances
🆕 The solution you'd like
Clicking on a hook in the list should display a panel with more verbose details, like an explicit list of listeners, more details on execution, and so on.
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response
The text was updated successfully, but these errors were encountered:
🆒 Your use case
I think it would be a nice addition to the devtools to have a more detailed breakdown of hook listeners.
Currently hooks are listed with a count of listeners and the number of executions:
I think it would be nice to be able to tell what exactly is using a specific hook, and generally speaking, tell what happens at a given point of the app lifecycle.
This also will help in better diagnosing the duration as displayed in the last column, and to try to improve performances
🆕 The solution you'd like
Clicking on a hook in the list should display a panel with more verbose details, like an explicit list of listeners, more details on execution, and so on.
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response
The text was updated successfully, but these errors were encountered: