File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def react_component(component_name, options = {})
9393
9494 def stream_react_component ( component_name , options = { } )
9595 rendering_fiber = Fiber . new do
96- stream = stream_react_component_internal ( component_name , options )
96+ stream = internal_stream_react_component ( component_name , options )
9797 stream . each_chunk do |chunk |
9898 Fiber . yield chunk
9999 end
@@ -352,7 +352,7 @@ def load_pack_for_generated_component(react_component_name, render_options)
352352
353353 private
354354
355- def stream_react_component_internal ( component_name , options = { } )
355+ def internal_stream_react_component ( component_name , options = { } )
356356 options = options . merge ( stream? : true )
357357 result = internal_react_component ( component_name , options )
358358 build_react_component_result_for_server_streamed_content (
You can’t perform that action at this time.
0 commit comments