You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: