Kushal Byatnal
Kushal Byatnal
Just add this after calling `bootpag()`: ```javascript //make bootpag compatible with Bootstrap 4.0 $('#pagination li').addClass('page-item'); $('#pagination a').addClass('page-link'); ``` Not the best solution, but works for now.
In the meantime, you can run (if you're using `pipenv`) `pipenv install -e git+https://github.com/Patreon/patreon-python.git@master#egg=patreon` to get the latest version. Haven't tried for `pip` but I imagine it's very similar.
having the same issue, any luck @goldylucks?
for anyone else that comes along, I switched over to https://github.com/SimplifyJobs/webpack-ext-reloader and it works great