create-chrome-ext
create-chrome-ext copied to clipboard
popup page is flickering constantly
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.
I fixed this by "reloading" the extension in the browser extension page.