We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54772f7 commit 8e4e95eCopy full SHA for 8e4e95e
lib/react/server_rendering/exec_js_renderer.rb
@@ -33,7 +33,6 @@ def after_render(component_name, props, prerender_options); ""; end
33
GLOBAL_WRAPPER = <<-JS
34
var global = global || this;
35
var self = self || this;
36
- var window = window || this;
37
JS
38
39
end
0 commit comments