There was an error while loading. Please reload this page.
1 parent 71876fd commit 83e9840Copy full SHA for 83e9840
1 file changed
packages/wxt/src/core/utils/manifest.ts
@@ -306,7 +306,6 @@ function addEntrypoints(
306
if (popup.options.defaultTitle)
307
options.default_title = popup.options.defaultTitle;
308
if (popup.options.defaultState && wxt.config.manifestVersion === 3)
309
- // @ts-expect-error: Not typed by @wxt-dev/browser, but supported by Chrome
310
options.default_state = popup.options.defaultState;
311
if (popup.options.browserStyle)
312
// @ts-expect-error: Not typed by @wxt-dev/browser, but supported by Firefox
0 commit comments