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 c4d2160 commit de635c5Copy full SHA for de635c5
lib/react_on_rails/configuration.rb
@@ -333,7 +333,7 @@ def raise_missing_components_subdirectory
333
end
334
335
def compile_command_conflict_message
336
- packer_name = ReactOnRails::PackerUtils.packer_type&.upcase_first
+ packer_name = ReactOnRails::PackerUtils.packer_type.upcase_first
337
packer_type = ReactOnRails::PackerUtils.packer_type
338
<<~MSG
339
0 commit comments