react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

A ReactJS component that creates a pagination

Results 69 react-paginate issues
Sort by recently updated
recently updated
newest added

Hello, While running the lib in my nextJS app, I get the error message when I click on the pagination : `Uncaught TypeError: Cannot read properties of null (reading 'match')...

I am getting these hydration issue in latest react 18.1.0 and 12.1.6 version, can you please look into it and fix it. I even updated my react-paginate to latest version...

The [code in usage section](https://github.com/AdeleD/react-paginate/blob/master/README.md#usage) of the docs causes multiple renders owing to the logic residing in the useEffect hook which has state updates which triggers the re-renders. ```JSX useEffect(()...

Hello, I am trying to include pagination for my application using react-paginate. I observe the following issues: 1) Page no 1 is always set with blue background 2) Page no...

Can we remove a breakLabel and replace it with a 5 or 6 page number? For example, if I have 15 pages, how can I display them like this?

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

On the version 7.1.3 this is not an issue, but on the latest version it is. Version 7.1.3 ![image](https://user-images.githubusercontent.com/97436613/179472995-bbe8ced0-c37b-41c7-8c3f-7315576bc4a7.png) Version 8+ ![image](https://user-images.githubusercontent.com/97436613/179473163-a7477ebd-92d2-40cc-800c-fa17648d11d9.png)

![image](https://user-images.githubusercontent.com/22500544/177481990-2bd83874-1eab-4069-bbf4-d731794f65d6.png) ![image](https://user-images.githubusercontent.com/22500544/177482022-989af54a-6d34-495a-9df2-fb40bb6e1b51.png) When I re-render after doing some filtering, it doesn't bring the page count back to the first page

Hi, thanks for writing this amazing package. really appreciate. Can you add the first and last page feature to traverse the very first and very last page. thanks.

How to change default logic react-pagination? I have a default state, like this ![image](https://user-images.githubusercontent.com/101321886/174579549-d71aea08-7492-4f6b-9c90-c7ad1d6de04d.png) And then when i change page (number 3) , the number of buttons increases (4, 5)...