File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/components/primitives/Checkbox Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 188
188
"@react-native-aria/slider" : " ^0.2.5-alpha.1" ,
189
189
"@react-native-aria/tabs" : " ^0.2.7" ,
190
190
"@react-native-aria/utils" : " ^0.2.8" ,
191
- "@react-stately/checkbox" : " ^ 3.0.1" ,
191
+ "@react-stately/checkbox" : " 3.0.1" ,
192
192
"@react-stately/collections" : " ^3.3.0" ,
193
193
"@react-stately/combobox" : " ^3.0.0-alpha.1" ,
194
194
"@react-stately/radio" : " ^3.2.1" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ const Checkbox = (
72
72
const inputProps = React . useMemo ( ( ) => groupItemInputProps , [
73
73
groupItemInputProps . checked ,
74
74
groupItemInputProps . disabled ,
75
- groupItemInputProps ,
76
75
] ) ;
77
76
78
77
const [ contextCombinedProps ] = React . useState ( {
Original file line number Diff line number Diff line change 2598
2598
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
2599
2599
integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==
2600
2600
2601
- "@react-stately/checkbox@^3.0.1":
2601
+ "@react-stately/checkbox@3.0.1", "@react-stately/checkbox@ ^3.0.1":
2602
2602
version "3.0.1"
2603
2603
resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.1.tgz#2e48a2085f1559549df62c1eda78299127acaf80"
2604
2604
integrity sha512-5rUx31X2NX78+vu/Ig4F9u0GnCeLAKD9N+BeGZXzJ/pTBIxoS/iAd9hegic4HKeulSrdYgNEpy3MMUPxhM9BkQ==
You can’t perform that action at this time.
0 commit comments