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 96ac426 commit d2bb7fbCopy full SHA for d2bb7fb
lib/react_on_rails_pro/configuration.rb
@@ -200,7 +200,8 @@ def validate_concurrent_component_streaming_buffer_size
200
return if concurrent_component_streaming_buffer_size.is_a?(Numeric) &&
201
concurrent_component_streaming_buffer_size.positive?
202
203
- raise ReactOnRailsPro::Error, "config.concurrent_component_streaming_buffer_size must be set and must be a positive number"
+ raise ReactOnRailsPro::Error,
204
+ "config.concurrent_component_streaming_buffer_size must be set and must be a positive number"
205
end
206
207
def setup_renderer_password
0 commit comments