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: prevent AppShellRegistry validation failure for StyleSheet.Container (#22630)
When AppShellRegistry validates offending annotation on other compoent classes
it ignore the StyleSheet annotation. However, if a component has multiple
StyleSheet annotations on it, the validation fails.
This change also ignores StyleSheet.Container annotation during validation
Fixes#22629
0 commit comments