Commit dc35152
Improve defer documentation based on PR review feedback
Address PR review feedback by:
- Preserving script ordering explanation for auto-generated component packs
- Using consistent Shakapacker version notation (≥ 8.2.0)
- Clarifying that non-streaming pages can use defer regardless of version
Changes:
- Added back explanation about defer ensuring correct script load order
when using auto-generated component packs feature
- Changed "8.2+" to "≥ 8.2.0" for consistency with other docs
- Added note that non-streaming pages can use defer regardless of
Shakapacker version
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 084e034 commit dc35152
File tree
2 files changed
+6
-5
lines changed- docs/building-features
- spec/dummy/app/views/layouts
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments