Skip to content

Commit fec0ba1

Browse files
authored
Merge branch 'main' into @latekvo/release-2.27.1
2 parents 28e8a60 + 74645c2 commit fec0ba1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • apps/common-app/src/release_tests/combo

apps/common-app/src/release_tests/combo/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import { PressBox } from '../../basic/multitap';
2828

2929
import { LoremIpsum } from '../../common';
3030

31-
const CHILD_REF = 'CHILD_REF';
32-
3331
const WrappedSlider = createNativeWrapper(Slider, {
3432
shouldCancelWhenOutside: false,
3533
shouldActivateOnStart: true,
@@ -85,9 +83,7 @@ class TouchableHighlight extends Component<
8583
: 1,
8684
}}>
8785
{/* @ts-ignore not typed properly? */}
88-
{React.cloneElement(React.Children.only(this.props.children), {
89-
ref: CHILD_REF,
90-
})}
86+
{React.cloneElement(React.Children.only(this.props.children))}
9187
</View>
9288
</View>
9389
</TapGestureHandler>

0 commit comments

Comments
 (0)