You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inArray parameter caused cache thrashing: CSSStyleDeclaration.js called without it (caching strings) while property files called with inArray: true (expecting arrays). When the cached type didn't match what a caller needed, it would recompute and overwrite, causing the next different-type caller to also miss. By always returning arrays, all callers can share the same cached results.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments