Skip to content

Commit 093512f

Browse files
rxliuliclaude
andcommitted
fix: restore @ts-expect-error for browser_style in options_ui
Lost when refactoring open_in_tab into a conditional spread for Safari. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cb2664d commit 093512f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/wxt/src/core/utils/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ function addEntrypoints(
336336
...(wxt.config.browser !== 'safari' && {
337337
open_in_tab: options.options.openInTab ?? false,
338338
}),
339+
// @ts-expect-error: Not typed by @wxt-dev/browser, but supported by Firefox
339340
browser_style:
340341
wxt.config.browser === 'firefox'
341342
? options.options.browserStyle

0 commit comments

Comments
 (0)