File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
generatedTypes/src/components/chipsInput Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ declare type OwnProps = ChipsInputProps & BaseComponentInjectedProps;
100
100
* @description : Chips input component
101
101
* @modifiers : Typography
102
102
* @gif : https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/ChipsInput/ChipsInput.gif?raw=true
103
- * @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.js
103
+ * @example : https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.tsx
104
104
* @extends : TextField
105
105
*/
106
106
declare class ChipsInput extends Component < OwnProps , State > {
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const ScrollBarGradient = ({
84
84
left : left ? gradientMargins : undefined
85
85
} }
86
86
>
87
+ { /* @ts -expect-error */ }
87
88
< AnimatedImage
88
89
source = { gradientImage }
89
90
style = { {
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export function patchGravatarUrl(gravatarUrl: string) {
69
69
const { query} = url ;
70
70
query . d = '404' ;
71
71
delete query . default ;
72
+ // @ts -expect-error
72
73
url . set ( 'query' , query ) ;
73
74
return url . toString ( ) ;
74
75
}
You can’t perform that action at this time.
0 commit comments