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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
then the timings section will show "MyComponent", it is as if the timings section was showing the wrapped component displayName for memo components, completely ignoring its own displayName.
Hey @xaviergonz. This issue should be filed against the React repo (assuming it's still happening). DevTools does not control the user timings that are shown in your screenshot. 🙇
Given a component like
it shows properly as
but as soon as memo is added
it shows as Unknown instead
Note that both actually show properly on the tree explorer, the issue is only in the timings section of a performance recording in chrome.
The text was updated successfully, but these errors were encountered: