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: show promoted advanced widgets on ECS (#15423)
## Summary
Forward-ports the promoted advanced-widget visibility invariant from
#14647 to the store-backed ECS rendering path.
Promoted host inputs are user-selected public controls and bypass only
the advanced-widget filter. Explicitly hidden widgets remain hidden.
## Red-green verification
- `4e2084d8a0` adds canvas and App Mode regressions; both fail on the
ECS base because visibility only recognizes external links.
- `796648dcae` derives promotion from the host input's canonical
`widgetId`; all regressions pass.
## Test plan
- [x] Confirm canvas regression fails before the fix
- [x] Confirm App Mode regression fails before the fix
- [x] Confirm targeted unit suite passes after the fix (39 tests)
- [x] Run typecheck, lint, and format checks
---------
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments