| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
great simple fix, thank you @jzgoda 💯
Sorry, something went wrong.
|
| Command | Status | Duration | Result |
|---|---|---|---|
| nx test apps-automated -c=ios | ❌ Failed | 2m 46s | View ↗ |
| nx run-many --target=test --configuration=ci --... | ✅ Succeeded | 1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-01-24 03:57:53 UTC
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit b05cc20
☁️ Nx Cloud last updated this comment at 2026-01-24 03:49:24 UTC |
Sorry, something went wrong.
|
Can ignore the single failing ios test (it's commonly flakey). |
Sorry, something went wrong.
Thank you for accepting & releasing it so quickly! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
When setting backgroundColor on SegmentedBar, the initial render on iOS 26 is missing the border radius, and shows sharp corners.
What is the new behavior?
This fix exposes the already defined nativeBackgroundState from packages/core/ui/core/view/index.d.ts, and triggers a redraw if it is invalid during the onLoaded event.
Fixes #11014.