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
## Summary:
When updating RCTView in
#2642, we end up
slightly changing the behavior when `didUpdateShadow` is called, causing
transparent shadows to crash the app. This breakage occurs because
`NSColor colorWithCGColor:` doesn’t accept a `NULL` `CGColorRef`;
instead, it raises an exception rather than gracefully returning `nil`.
<img height="698" alt="image"
src="https://github.com/user-attachments/assets/67413d6e-47e8-47b3-8b29-b9b553cfd19f"
/>
## Test Plan:
Run RNTester
0 commit comments