Phantom extension fails to open in Chrome — popup doesn't render. Confirmed via Chrome DevTools that the service worker fails to finish initializing.
Console output from chrome://extensions → Phantom → service worker:
[DEPRECATED] Default export is deprecated. Instead use
import { create } from 'zustand'.
— chunk-ENLSGIPG.js:9
Event handler of 'error' event must be added on the initial evaluation of worker script. — instrumentError, chunk-6DYFCQT4.js:146
Event handler of 'unhandledrejection' event must be added on the initial evaluation of worker script. — instrumentUnhandledRejection, chunk-6DYFCQT4.js:146
This looks like the service worker's error/unhandledrejection listeners are being registered after initial script evaluation, which Manifest V3 disallows — likely preventing the service worker from finishing startup.
Already tried: disabling other extensions, restarting Chrome. Issue persists.
Not requesting a reinstall — I don't currently have my recovery phrase backed up and don't want to risk losing wallet access. Confirmed via Phantom support chat this should be filed as a bug report.
Chrome version: [fill in]
Phantom extension version: [fill in]
OS: Windows 11