Skip to content

Commit c9c2d68

Browse files
Merge pull request #255 from softnetics/supakorn/migrate/components
fix: add `use client` directive to `pagination`
2 parents eda5da6 + c03c47a commit c9c2d68

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/early-zebras-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@genseki/react": patch
3+
---
4+
5+
fix: add `use client` directive to `pagination`

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)