Skip to content

Commit f87136c

Browse files
fix: add use client directive to pagination
1 parent a4073e8 commit f87136c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react/v2/components/primitives/pagination.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client'
12
import * as React from 'react'
23

34
import { CaretLeftIcon, CaretRightIcon, DotsThreeIcon } from '@phosphor-icons/react'

0 commit comments

Comments
 (0)