File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/gridListItem Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ class GridListItem extends Component<GridListItemProps> {
161
161
imageProps,
162
162
alignToStart,
163
163
containerStyle,
164
- containerProps,
164
+ containerProps = { } ,
165
165
renderCustomItem,
166
166
children,
167
167
title,
@@ -189,7 +189,6 @@ class GridListItem extends Component<GridListItemProps> {
189
189
const TextContainer = overlayText ? View : React . Fragment ;
190
190
const textContainerStyle = overlayText ? { style : [ styles . overlayText , overlayTextContainerStyle ] } : null ;
191
191
const imageBorderRadius = imageProps ?. borderRadius ;
192
- // @ts -ignore hitSlop issues
193
192
const { hitSlop, ...otherContainerProps } = containerProps ; // eslint-disable-line
194
193
195
194
return (
You can’t perform that action at this time.
0 commit comments