X to close widget missing - just started today
Expected Behavior should be an X in the top righ corner of the widget Current Behavior Isn't showing. The X is there, but not visible. Possible Solution Close button has no visible icon (every open). The close control renders (div.menu-action-close, visible, clickable), but the inside it never hydrates: a shadow root is attached but stays empty, the element never receives the .hydrated class, no SVG is fetched for it, and it remains visibility:hidden (per your ion-icon{visibility:hidden}.hydrated{visibility:inherit} rule). Same for ion-icon name="ios-flash". Icons that render as plain fetched SVGs (megaphone, thumbs-up, etc.) display fine. Net effect: users can't see how to close the widget. Steps to Reproduce Login to TaxPlanIQ.com Click the HUB botton (to bring up Sleekplan general widget) Look for X at the top right (it's missing) Context (Environment) Chrome
