You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the root cause for this issue, but I'm sure this is not about react-bootstrap-table, if true, I think this is a big and known issue now, so could you please google it or try to use the same syntax to import the other package?
Let me know if you are sure this is the bug for react-bootstrap-table, I'll open issue again, thanks
ReactJS
ES6
Webpack
Babel
--
In my component I have this : import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
Then I run "npm run build" >> FAIL
If I comment or remove this line //import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
Then I run "npm run build" >> OK
Why? And how to solve that? Thanks
The text was updated successfully, but these errors were encountered: