Commit 3cb7cdc
fix: Remove obsolete using_packer? method references
- Remove call to undefined ReactOnRails::PackerUtils.using_packer? method
- Update test mocks to use Shakapacker directly instead of packer abstraction
- Fix Shakapacker::Manifest::MissingEntryError reference in tests
The using_packer? method was removed in a recent refactor that eliminated
the unnecessary packer abstraction layer. This commit aligns the code with
those changes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b478d61 commit 3cb7cdc
File tree
3 files changed
+2
-6
lines changed- lib/react_on_rails
- spec/react_on_rails
- test_helper
3 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments