replace ts ignores with expect errors

This commit is contained in:
Samuel Newman
2026-08-13 11:54:52 +03:00
parent 8677387c23
commit 690219692a
60 changed files with 64 additions and 113 deletions
@@ -344,7 +344,7 @@ export function TextInput({
return (
<>
<View style={[styles.container, hasRightPadding && styles.rightPadding]}>
{/* @ts-ignore inputStyle is fine */}
{/* @ts-expect-error inputStyle is fine */}
<EditorContent editor={editor} style={inputStyle} />
</View>
@@ -479,7 +479,7 @@ const styles = StyleSheet.create({
pointerEvents: 'none',
alignItems: 'center',
justifyContent: 'center',
// @ts-ignore web only -prf
// @ts-expect-error web only -prf
position: 'fixed',
padding: 16,
top: 0,
@@ -488,7 +488,6 @@ const styles = StyleSheet.create({
right: 0,
},
dropModal: {
// @ts-ignore web only
boxShadow: 'rgba(0, 0, 0, 0.3) 0px 5px 20px',
padding: 8,
borderWidth: 1,