From b666236f6ed80d95b248e3ea866ac3c6d9d5a809 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Sun, 7 Jul 2024 13:07:32 +0700 Subject: [PATCH] fix: typecheck with View in forwardRef --- apps/wallet/vendor/web-webview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/vendor/web-webview.tsx b/apps/wallet/vendor/web-webview.tsx index 4410bbdfb..80f584d41 100644 --- a/apps/wallet/vendor/web-webview.tsx +++ b/apps/wallet/vendor/web-webview.tsx @@ -2,7 +2,7 @@ import { forwardRef } from 'react'; import { StyleSheet, View } from 'react-native'; import { Text } from '@walless/gui'; -export const WebView = forwardRef((_, ref) => { +export const WebView = forwardRef((_, ref) => { return ( WebView