Tarun Kumar

Results 4 comments of Tarun Kumar

Ps: It doesn't require anything to change in code . Just a seprate component will be created and called right above switch in app.js

Hi @clemens1483 , i have added the piece of code you mentioned and it started working, but when i deploy to production it still has the issue. any work around...

> Hi @aprilmintacpineda, update your importing method and it will fix the issue. Use this and it will work fine in production as well. import 'react-bootstrap-table2-paginator/dist/react-bootstrap-table2-paginator.min.css'; import paginationFactory from 'react-bootstrap-table2-paginator';...

@aprilmintacpineda , Check for toolkitprovider etc as well. basically the issue is due to importing , in their docs they haven't updated it so that's why we are facing it.