React Table Import error
Code import style below :
import ReactTable from 'react-table'
import 'react-table/react-table.css'
While its running, its showing error message like this
Attempted import error: 'react-table' does not contain a default export (imported as 'ReactTable').
What to do now?