Skip to content

Commit abafe7e

Browse files
justin808claude
andcommitted
Disable auto_load_bundle in React on Rails config
Set auto_load_bundle to false as this app uses explicit bundle loading rather than the automated component registry feature. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6077b64 commit abafe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/react_on_rails.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
# For automated component registry, `render_component` view helper method tries to load bundle for component from
6464
# generated directory. default is false, you can pass option at the time of individual usage or update the default
6565
# in the following line
66-
config.auto_load_bundle = true
66+
config.auto_load_bundle = false
6767
end

0 commit comments

Comments
 (0)