__VUE_OPTIONS_API__ and __VUE_PROD_DEVTOOLS__ are not defined. While the error was definitely present, it didn't really cause an issue when developing my newtab but now that I've moved on to to popup, it throws the error every time I click on the extension icon and the popup is empty.globalThis.__VUE_OPTIONS_API__ = true; and globalThis.__VUE_PROD_DEVTOOLS__ = true; to the .plasmo/static/popup.ts file. The problem with this solution is that it has to be done manually every time I run pnpm dev.