create-chrome-ext icon indicating copy to clipboard operation
create-chrome-ext copied to clipboard

popup page is flickering constantly

Open Krupesh-21 opened this issue 1 year ago • 1 comments

i've created a extension with vanilla js, and after installing a npm package and .env file in background/index.js script the popup starts to flickering infinitely, is there any way to fix this issue? should we need to change vite.config.js?

Thanks.

Krupesh-21 avatar Feb 01 '24 13:02 Krupesh-21

I fixed this by "reloading" the extension in the browser extension page.

michaelmcshinsky avatar Feb 15 '24 22:02 michaelmcshinsky