Skip to main content

Interactions (like "while hovering") do not appear to work for nested components which are nested in slots

  • May 20, 2026
  • 0 replies
  • 11 views

Ben_Beeson

Layer structure: (i recognize its pretty deep/complex.)

  • (component) Layout pattern for application
    • Slot
      • Grid Layout Frame (dashboard)
        • Auto layout frame (panel)
          • Grid Layout Frame (table)
            • (component) Table Cell
              • (subcomp) tablecell content
                • (subcomp) button (hover/active states) ← This does not work
            • (component) Row State (hover/active/selected states) ← This works