You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display the system alert() function instead the alerts item:
function alert() { [native code] }
function alert() { [native code] }
Same problem with many system names such as window, document, history, ...
It turns out that many good variable names are banned, also that leads to implicit errors, because I expect that local variables will override the global
Server rendering works correctly, probably because there are no such global variables
The text was updated successfully, but these errors were encountered:
See this repl
This code:
display the system alert() function instead the alerts item:
Same problem with many system names such as
window
,document
,history
, ...It turns out that many good variable names are banned, also that leads to implicit errors, because I expect that local variables will override the global
Server rendering works correctly, probably because there are no such global variables
The text was updated successfully, but these errors were encountered: