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, Thanks for providing this library, I appreciate the effort. Not sure if this is really an issue, but I thought I'd raise an ticket nonetheless. When setting `marginPagesDisplayed` to...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

# Issue/Bug/Scenario I'm facing an issue regarding page changing while the length of array is changed. I'm mapping an array and showing 8 items per page, when I go into...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) Changelog Sourced from loader-utils's changelog. 2.0.4 (2022-11-11) Bug Fixes...

dependencies

**This error : JSX element type 'ReactPaginate' does not have any construct or call signatures.ts(2604). I have reinstalled packeges, path to react-paginate is correct, even chatGPT could not help** ```...

This is my component: ```js { onChange(selectedItem.selected); }} containerClassName={"pagination"} disabledClassName={"disabled"} activeClassName={"active"} forcePage={currentPage} /> ``` And this is the error I get when the component is rendered: ```shell PaginationBoxView.js:112 (react-paginate): The...

The following code will cause the browser to hang forever: ``` ``` Most likely it falls into an endless loop. While a user shouldn't pass infinity, it can be done...

I want to custom a method to call when clicking breakLabel. How can I do that? Many thanks.