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 af55672 commit e84e376Copy full SHA for e84e376
packages/kit-headless/src/components/pagination/pagination.tsx
@@ -28,7 +28,6 @@ export const Pagination = component$<PaginationProps>((props) => {
28
29
const visibleItems = usePagination(totalPages, selectedPage, siblingCount || 1);
30
31
- console.log(visibleItems);
32
return (
33
<nav aria-label="pagination" data-testid="pagination" {...rest}>
34
<button
0 commit comments