Console error in Firefox
See original GitHub issueHi, I’m getting the following error when on Firefox. No issues on Chrome
Uncaught (in promise) TypeError: langs[(("../../lang/" + (intermediate value)) + ".json")] is not a function
Issue Analytics
- State:
- Created a year ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Console messages — Firefox Source Docs documentation
Then any messages or errors your source generates will show up in the Web Console with a link back to the original source,...
Read more >console - Web APIs - MDN Web Docs
Chrome Edge Firefox
console Full support. Chrome1. Toggle history Full support. Edge12. Toggle history Full s...
assert Full support. Chrome1. Toggle history Full support. Edge12....
Read more >Browser Console — Firefox Source Docs documentation
Browser Console logging The Browser console logs the same sorts of messages as the Web Console: HTTP requests. Warnings and errors (including JavaScript,...
Read more >How to fix console errors? | Firefox Support Forum
Recently, my employer saw errors in the browser in the console (as in the screenshot). Question: how to remove these errors? how to...
Read more >Console doesn't display content script errors - Mozilla Discourse
During an extension development, I noticed that the Firefox debugger console doesn't display any errors while injecting content scripts, ...
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 FreeTop 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
Top GitHub Comments
Sorry for the late reply, I fixed this by adding the
php_
prefix:resolve: lang => import(
…/…/lang/php_${lang}.json),
Thanks @Tchilly