Error found in settings: ReferenceError: ... is not defined
See original GitHub issueError details
SurfingKeys: 1.0.0 Browser: 96.0.4664.93 (Build officiel) (64 bits) URL: any url
Context
After update to version 1.0.0, the message Error found in settings: ReferenceError: unmapAllExcept is not defined
is displaying.
Hence, I reinstalled the extension and the error disappeared. But after adding the old settings lines to the default ones, the following error appeared Error found in settings: ReferenceError: mapkey is not defined
in the same context as the previous one. I removed the adding lines but the error persists.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Error found in settings: ReferenceError: Hints is not defined
Error details I have next settings in my previous version's config: // Hints settings Hints.characters = "asdfghjkl"; settings.
Read more >How to Fix Uncaught ReferenceError: $ is not defined in jQuery
The most common reason behind the error "Uncaught ReferenceError: $ is not defined" is executing the jQuery code before the jQuery library file...
Read more >ReferenceError: "x" is not defined - JavaScript - MDN Web Docs
ReferenceError : "x" is not defined. The JavaScript exception "variable is not defined" occurs when there is a non-existent variable referenced somewhere.
Read more >How to Fix ReferenceError: Event is Not Defined in JavaScript
The Javascript ReferenceError occurs when referencing a variable that does not exist or has not yet been initialized in the current scope.
Read more >Uncaught ReferenceError: $ is not defined
To solve this error: ... Load the jQuery library at the beginning of all your javascript files/scripts which uses $ or jQuery, so...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed following suggestion from
https://github.com/brookhong/Surfingkeys/wiki/Migrate-your-settings-from-0.9.74-to-1.0
adding
to the beginning of my
~/.surfingkeys.js
did the trickThe following error
Error found in settings: ReferenceError: Trie is not defined
that appears when usingunmapAllExcept
seems to have been fixed #1586.