Skip to content

Commit b1aa17a

Browse files
fix: eslint failing
1 parent 99d40da commit b1aa17a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/TypeRichTextInput.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -142,21 +142,6 @@ const TypeRichTextInput = forwardRef(
142142
});
143143
}
144144

145-
/* eslint-disable @typescript-eslint/no-unused-vars */
146-
const {
147-
// native-only / android-only props we never want on <View />
148-
androidExperimentalSynchronousEvents,
149-
onChangeSelection,
150-
onChangeText,
151-
onPasteImageData,
152-
onFocus,
153-
onBlur,
154-
155-
// everything else
156-
...restProps
157-
} = props;
158-
/* eslint-enable @typescript-eslint/no-unused-vars */
159-
160145
return (
161146
<NativeTypeRichTextInput
162147
ref={nativeRef}

0 commit comments

Comments
 (0)