Make data-slot handling consistent across all components: a caller-supplied data-slot now always wins on the component root (with the component's own root/base value as fallback), and inner elements keep their own data-slot. Previously inheritAttrs: false components either dropped the caller's data-slot from the root or let it leak onto an inner element.
benjamincanac
changed the title
fix: forward caller-supplied data-slot to component root
fix(components): forward caller-supplied data-slot to component root
benjamincanac
changed the title
fix(components): forward caller-supplied data-slot to component root
fix(components): forward caller-supplied data-slot to component root
benjamincanac
changed the title
fix(components): forward caller-supplied
fix: honor data-slot on component rootdata-slot to component root
benjamincanac
changed the title
fix: honor data-slot on component root
fix(components): forward data-slot to component root