Remove KResponsiveWindowMixin #679
Labels
Component: KResponsiveWindowMixin
good first issue
Self-contained, straightforward, low-complexity
help wanted
Open source contributors welcome
P2 - normal
Priority: Nice to have
🌱 Are you new to the codebase? Welcome! Please see the contributing guidelines.
Summary
KResponsiveMixin
has been superseded by theuseKResponsiveWindow
composable, which is the preferred way of accessing reactive window size information.The goal of this issue is to remove
KResponsiveMixin
from the KDS codebase once and for all.Guidance
KResponsiveWindowMixin
at all, and in Kolibri, we've migrated all its occurrences touseKResponsiveWindow
already (Replace KResponsiveWindow mixin by useKResponsiveWindow composable kolibri#11321), so it shouldn't cause any issues. However, when installing the release with this update, it'd be best to double-check just in case there are some places I haven't noticed.Acceptance Criteria
The text was updated successfully, but these errors were encountered: