jbetancur / react-data-table-component

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
https://react-data-table-component.netlify.app
Apache License 2.0
2.04k stars 411 forks source link

DataTable import error on React build time (on JS mode) #1162

Closed medram closed 1 year ago

medram commented 1 year ago

Issue Check list

Describe the bug

The import works normally on React dev mode, But I get an import error when I run npm run build, it can't import the DataTable (see the image)

The import line is:

import DataTable from 'react-data-table-component'

Expected behavior

Should be imported as intended, right?

Please help: @jbetancur @MaxInertia @ondratra

Thanks in advance.

medram commented 1 year ago

it turns out react-app-rewired issue