mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-27 12:04:49 +02:00
@types/react's WebViewHTMLAttributes types allowpopups as
boolean | undefined, which shadows the project's electron.d.ts
declaration of string. Passing {true} renders identically to
"true" at runtime for the webview element, and clears the tsc error.