This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
memo components show as Unknown in the timings section of Chrome #1340
Closed
Description
Given a component like
export const MyComponent = (p) => {...};
MyComponent.displayName = "MyComponent";
but as soon as memo is added
export const MyComponent = memo((p) => {...});
MyComponent.displayName = "MyComponent";
Note that both actually show properly on the tree explorer, the issue is only in the timings section of a performance recording in chrome.
Metadata
Metadata
Assignees
Labels
No labels