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 ad7b834 commit 9daf02aCopy full SHA for 9daf02a
lib/generators/react_on_rails/templates/base/base/config/initializers/react_on_rails.rb.tt
@@ -54,5 +54,5 @@ ReactOnRails.configure do |config|
54
# For automated component registry, `render_component` view helper method tries to load bundle for component from
55
# generated directory. default is false, you can pass option at the time of individual usage or update the default
56
# in the following line
57
- config.auto_load_bundle = true
+ config.auto_load_bundle = false
58
end
0 commit comments