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
Fix: Check FrameType before accessing ComponentId in tests (#64147)
Two tests accessed ComponentId without validating FrameType == Component, violating the API contract (RenderTreeFrame.cs:161-165). This causes regressions on big-endian architectures (s390x).
0 commit comments