Skip to content

Commit

Permalink
fix: preventing objects from collapsing in the debugger when resizing (
Browse files Browse the repository at this point in the history
  • Loading branch information
saiprabhu-dandanayak authored Oct 10, 2024
1 parent b16aaaf commit 9a63c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ function LogItem(props: LogItemProps) {
);
}

export default LogItem;
export default React.memo(LogItem);

0 comments on commit 9a63c91

Please sign in to comment.