We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd393a4 commit 4dfc687Copy full SHA for 4dfc687
dashboard/starter-example/app/ui/invoices/pagination.tsx
@@ -32,7 +32,7 @@ export default function Pagination({ totalPages }: { totalPages: number }) {
32
33
return (
34
<PaginationNumber
35
- key={page}
+ key={`${page}-${index}`}
36
href={createPageURL(page)}
37
page={page}
38
position={position}
0 commit comments