我正在尝试使用react-pagination,它工作得很好,但是没有引导程序。当我尝试使用它并导入引导程序时,出现了上述错误。谁能帮我解决这个错误
require("bootstrap/less/bootstrap.less");
<ReactPaginate
previousLabel={'Previous'}
nextLabel={'Next'}
breakLabel={'...'}
breakClassName={'break-me'}
pageCount={(products.length / productsPerPage)}
marginPagesDisplayed={2}
pageRangeDisplayed={5}
onPageChange={ (e)=> {console.log(1);
setFromProduct(e.selected*productsPerPage)}}
containerClassName={'pagination'}
subContainerClassName={'pages pagination'}
activeClassName={'active'}
/>
答案 0 :(得分:0)
Bootstrap 4不使用LESS,但确实使用Scss。