Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error [chorme] [chromium]: Uncaught ReferenceError: browser is not defined #20

Closed
karliatto opened this issue Mar 28, 2021 · 2 comments
Closed

Comments

@karliatto
Copy link

It looks like the variable browser is not defined for chorme and chromium and it prevents the extension to work on those browsers.

The full error in the console looks like:

Uncaught ReferenceError: browser is not defined
    at t.default.load (options.bundle.js?aec019069628d7b690f7:4682)
    at B (options.bundle.js?aec019069628d7b690f7:4642)
    at options.bundle.js?aec019069628d7b690f7:4642
    at pb (options.bundle.js?aec019069628d7b690f7:4400)
    at HTMLUnknownElement.v (options.bundle.js?aec019069628d7b690f7:4387)
    at Object.$n (options.bundle.js?aec019069628d7b690f7:4387)
    at tr (options.bundle.js?aec019069628d7b690f7:4387)
    at mb (options.bundle.js?aec019069628d7b690f7:4400)
    at t.unstable_runWithPriority (options.bundle.js?aec019069628d7b690f7:4538)
    at xu (options.bundle.js?aec019069628d7b690f7:4400)
@motorina0
Copy link
Contributor

Fix to this particular bug on PR: #22

@bumi
Copy link
Collaborator

bumi commented Mar 31, 2021

fixed thanks @motorina0

@bumi bumi closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants