Skip to content

Commit c8459b7

Browse files
authored
Merge pull request #286 from softnetics/benz/fix/link-button
fix: missing use client in link button
2 parents b2cee30 + f55637d commit c8459b7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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: missing use client in link button

packages/react/v2/components/compound/editor/components/link-button.tsx

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

34
import { LinkIcon } from '@phosphor-icons/react'

0 commit comments

Comments
 (0)