Using v1.2.6
of react-infinite-scroller
in a reactjs .tsx
bumps into the following build error:
[!] RollupError: "default" is not exported by "node_modules/react-infinite-scroller/index.js", imported by "src/core/DataTable.tsx".
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
src/core/DataTable.tsx (6:7)
6: import InfiniteScroll from 'react-infinite-scroller';
What do I miss?