try and upgrade types/react-dom

This commit is contained in:
Samuel Newman
2025-09-11 12:09:07 +03:00
parent 4c4644d089
commit be56364733
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -72,9 +72,9 @@ export function ActionsWrapper({
return (
<View
// @ts-expect-error web only
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
// @ts-expect-error web only
onFocus={onFocus}
onBlur={onMouseLeave}
style={[a.flex_1, isFromSelf ? a.flex_row : a.flex_row_reverse]}