Expected Behavior
I expect that when i click on "Customize Columns" in the menu in the top left corner of the webpage https://www.material-ui-datatables.com/ that the example should work right away without any errors.
Current Behavior
ModuleNotFoundError Could not find module in path: '@babel/runtime/helpers/builtin/interopRequireDefault' relative to '/node_modules/@material-ui/core/Paper/index.js'
1 | import React from "react";
2 | import ReactDOM from "react-dom";
--> 3 | import MUIDataTable from "mui-datatables";
4 |
5 | class App extends React.Component {
6 | render() {
Steps to Reproduce (for bugs)
- https://www.material-ui-datatables.com/
- Select "Customize Columns" in the menu in the top left corner of the webpage
