Skip to content

Commit 3c968a2

Browse files
authored
add missing directive to <SegmentedControl /> (#630)
* f * Create strong-garlics-sell.md
1 parent e30555c commit 3c968a2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/strong-garlics-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@status-im/components": patch
3+
---
4+
5+
add missing directive to `<SegmentedControl />`

packages/components/src/segmented-control/segmented-control.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client'
2+
13
import {
24
cloneElement,
35
createContext,

0 commit comments

Comments
 (0)