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 ccdecd7 commit 2810adaCopy full SHA for 2810ada
lib/react_on_rails/helper.rb
@@ -453,6 +453,7 @@ def build_react_component_result_for_server_streamed_content(
453
"", chunk_json_result["html"], result_console_script
454
)
455
end
456
+ end
457
458
459
def build_react_component_result_for_server_rendered_hash(
@@ -687,4 +688,3 @@ def raise_missing_autoloaded_bundle(react_component_name)
687
688
689
# rubocop:enable Metrics/ModuleLength
690
# rubocop:enable Metrics/MethodLength
-
0 commit comments