mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
Take the high-value desktop and mobile upgrades that fix crashes, jank, or security holes. Leave Electron 44, Lucide 1, Reanimated 4.6, Expo 56/57, and xterm betas for later. Desktop: electron 43.4.1, @tanstack/react-virtual 3.14.10, mermaid 11.17.2, ws 8.21.3, react 19.2.8, pdfjs-dist 6.3.289, vitest 4.1.11, happy-dom 20.11.8. Mobile: Expo SDK 55 patch train, react-native 0.83.10 (IME patch ported), reanimated 4.3.4, webview 13.16.2 (thread-safe decision manager; restore WebView generic default so TS 6 does not collapse props to never). Electron 43.4 dropped marginType from PrintToPDFMargins; CDP print mapping now supplies the four sides only.
14 lines
565 B
Diff
14 lines
565 B
Diff
diff --git a/index.d.ts b/index.d.ts
|
|
index 10b9c145b920a6a2ba1fb09bd72150328fafe211..626a67a3d6aca587ee9e74a52b799a2c50b4c52b 100644
|
|
--- a/index.d.ts
|
|
+++ b/index.d.ts
|
|
@@ -5,7 +5,7 @@ export { FileDownload, WebViewMessageEvent, WebViewNavigation } from './lib/WebV
|
|
|
|
export type WebViewProps = IOSWebViewProps & AndroidWebViewProps & WindowsWebViewProps;
|
|
|
|
-declare class WebView<P = undefined> extends Component<WebViewProps & P> {
|
|
+declare class WebView<P = {}> extends Component<WebViewProps & P> {
|
|
/**
|
|
* Go back one page in the webview's history.
|
|
*/
|