https://codesandbox.io/s/y184rxnwv
+ and - buttons a few times. The MemoizedComponent has clearly rendered in response to each click on the + or - buttons, but it is not present in the flame graph for any commit. If the React.memo call wrapping MemoizedComponent is removed, the component is present in the flame graph.
As the MemoizedComponent has rendered in each commit, it should be present in the flame graph.
This issue is possibly related to #1193.
Let's consider this a duplicate of #1193 😄 We're aware of issues with memo and plan to fix them soon– just didn't get it done before the conference unfortunately 😦Sorry!
Most helpful comment
Let's consider this a duplicate of #1193 😄 We're aware of issues with
memoand plan to fix them soon– just didn't get it done before the conference unfortunately 😦Sorry!