missing = in const declaration in Events (Firefox)
See original GitHub issueDescribe the bug
On a brand new fresh install, opening the events
tab on Firefox generates an error missing = in const declaration
. Issue does not appear on Chrome.
Version
quay.io/keycloak/keycloak:19.0.3
Expected behavior
No error shown when opening the Events
tab.
Actual behavior
Error appears on the main section missing = in const declaration
. The ui is frozen and the tab has to be refreshed.
How to Reproduce?
- Fresh install of quay.io/keycloak/keycloak:19.0.3
- Open the admin console in Firefox (105.0.2)
- Open the
Events
tab
Anything else?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
SyntaxError: missing = in const declaration - JavaScript | MDN
The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like ......
Read more >SyntaxError: missing = in const declaration Firefox 50
Yes, this appears to be a bug in Firefox. The spec allows the use of const : IterationStatement: for(ForDeclaration in Expression) Statement ForDeclaration: ......
Read more >SyntaxError: missing = in const declaration - JavaScript
The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like...
Read more >JavaScript SyntaxError - Missing = in const declaration
This JavaScript exception missing = in const declaration occurs if a const is declared and value is not provided(like const ABC_DEF;).
Read more >SyntaxError: missing = in const declaration (Firefox) · Issue #11
This module mainly targets Node.js, not the browser. It's up to you to transpile it with Babel if you want to use it...
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 I haven’t had the time to check this up. I can confirm that somehow the problem is gone when running with
Thanks for verifying this @ludydoo!