React-Extension-Boilerplate
React-Extension-Boilerplate copied to clipboard
Background Script errors on Firefox
Steps to Reproduce
npm installnpm run dev:firefox
Now add the extension in about:debug. Click inspect, the following error message shows up
Uncaught TypeError: browser is null
<anonymous> browser
-polyfill.js:1085
<anonymous> browser-polyfill.js:1157
The content script, popup etc all work. However sending any message to the background script does not work