Skip to content

Commit 36b0cb1

Browse files
authored
fix: publish ci (#898)
* fix: publish ci * Fix: lint
1 parent 5f72e50 commit 36b0cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18]
12+
node-version: [20]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

js/SegmentedControl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const SegmentedControl = ({
8484
if (ref.current) {
8585
ref.current.measure((_x, _y, width) => updateSegmentWidth(width));
8686
}
87-
}, [values]);
87+
}, [values, updateSegmentWidth]);
8888

8989
return (
9090
<View

0 commit comments

Comments
 (0)