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

How can I access ref ? I need to put a mouseenter event handler on the button, but I can't because I don't have access to ref

previousClassName, nextClassName, previousLinkClassName, nextLinkClassName these props are applying to same elements (Previous button & Next button).

Error when call use in server side in nextjs version 14

Bumped up my version of Next.js to silence a vulnerability notice, and after doing so react-paginate no longer works correctly. Getting around it for now by locking my version to...

I am using NextJs to create an application. react-paginate throws warning. **(react-paginate): The pageCount prop value provided is not an integer (true). Did you forget a Math.ceil()?** I have tried...

1.In README file there was two boolean type, one written Bool, other boolean, meanwhile all other type were written with start Capital letter and complete word . 2.When you don't...

With 8.1.4 update where you have added an ARIA role **navigation** to the main "ul" tag, you got the following AxeMonitor accessibility issue: "List item does not have a "ul",...

fixes https://github.com/AdeleD/react-paginate/issues/459

since version 8.1.4 the component have accessibility violation when using axe to check the error is Received: "ARIA role should be appropriate for the element (aria-allowed-role)" Fix any of the...

Changed the number of passes by the TerserPlugin from the default of 2 to just 1, which does add a few bytes to the output, but fixes the incompatibility with...