Commit 83a6a1d
revert: inject.js missing-key check change that broke I injection
The `!(key in objects)` check used the proxy's `has` trap which doesn't
include keys added directly to container.support (like the Actor `I`
from createActor). Reverting to the original `!objects[key]` check.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 93080a3 commit 83a6a1d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments