-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Milestone
Description
Describe the problem
When omitting prop page (default value is 0) the first index is (0 - 1) * perPage + 1; -> 1 - perPage a negative number.
How do you reproduce the problem?
<Pagination itemCount={25} />Expected behavior
First index should be 0.
Is this issue blocking you?
Set `page={1}´.
What is your environment?
@patternfly/react-core@4.276.8
Any other information?
The existing Pagination snapshots already confirm this bug:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done
