Skip to content

Commit

Permalink
[DataGrid] Remove React.memo from GridCellCheckboxRenderer (#6688)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Corner <[email protected]>
Co-authored-by: Olivier Tassinari <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2022
1 parent f68162a commit 7e6bb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ GridCellCheckboxForwardRef.propTypes = {

export { GridCellCheckboxForwardRef };

export const GridCellCheckboxRenderer = React.memo(GridCellCheckboxForwardRef);
export const GridCellCheckboxRenderer = GridCellCheckboxForwardRef;

0 comments on commit 7e6bb31

Please sign in to comment.