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 80fedc3 commit 51886cbCopy full SHA for 51886cb
lib/react_on_rails/helper.rb
@@ -591,7 +591,7 @@ def server_rendered_react_component(render_options)
591
result.rescue do |err|
592
# This error came from the renderer
593
raise ReactOnRails::PrerenderError.new(component_name: react_component_name,
594
- # Sanitize as this might be browser logged
+ # Sanitize as this might be browser logged
595
props: sanitized_props_string(props),
596
err: err,
597
js_code: js_code)
0 commit comments