chrome-extension-boilerplate-react icon indicating copy to clipboard operation
chrome-extension-boilerplate-react copied to clipboard

Content script causing infinite reloading of the page

Open suthanbala opened this issue 1 year ago • 1 comments

When I access the newtab.html using the dev server, the page runs into an infinite reload due to content script. The following is the output on console:

Content script works!
contentScript.bundle.js:6795 Must reload extension for modifications to take effect.
contentScript.bundle.js:6847 ===> FROM THE PRINT MODULE: Using the 'printLine' function from the Print Module
contentScript.bundle.js:8080 [webpack-dev-server] App hot update...
contentScript.bundle.js:15006 [HMR] Checking for updates on the server...

suthanbala avatar Jul 18 '24 01:07 suthanbala

Duplicate of #151

jimboboliver avatar Nov 06 '24 12:11 jimboboliver