Skip to content

Commit 83e9840

Browse files
committed
chore: Fix type error after chrome types update
1 parent 71876fd commit 83e9840

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ function addEntrypoints(
306306
if (popup.options.defaultTitle)
307307
options.default_title = popup.options.defaultTitle;
308308
if (popup.options.defaultState && wxt.config.manifestVersion === 3)
309-
// @ts-expect-error: Not typed by @wxt-dev/browser, but supported by Chrome
310309
options.default_state = popup.options.defaultState;
311310
if (popup.options.browserStyle)
312311
// @ts-expect-error: Not typed by @wxt-dev/browser, but supported by Firefox

0 commit comments

Comments
 (0)