Commit b43afd4
Polish configuration error message and add test comment
## Changes
- **`lib/react_on_rails/configuration.rb`**: Improve error message wording
- Remove extra comma and space
- Remove "which may cause performance issues" phrase
- Reorder to show preferred `:defer` before `:sync`
- **`spec/dummy/spec/helpers/react_on_rails_helper_spec.rb`**: Add clarifying comment explaining why defer is the default loading strategy
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 28405e3 commit b43afd4
File tree
2 files changed
+4
-2
lines changed- lib/react_on_rails
- spec/dummy/spec/helpers
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments