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