Skip to content

Commit

Permalink
solve TypeScript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 24, 2020
1 parent e0c2620 commit 9675d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/grid/data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"build": "cd ../ && rollup --config rollup.data-grid.config.js"
},
"dependencies": {
"@material-ui/utils": "^5.0.0-alpha.1",
"prop-types": "^15.7.2",
"tslib": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/data-grid/src/DataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DataGrid2.propTypes = {
}
return null;
},
};
} as any;

export const DataGrid = React.memo(DataGrid2);

Expand Down

0 comments on commit 9675d45

Please sign in to comment.