Skip to content

ModuleNotFoundError for example "Customize Columns" on material-ui-datatables.com #1520

@turbolego

Description

@turbolego

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)

  1. https://www.material-ui-datatables.com/
  2. Select "Customize Columns" in the menu in the top left corner of the webpage

Screenshot_187

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions