Circular import of NcCheckboxRadioSwitch
and NcCheckboxContent
#4689
Labels
3. to review
Waiting for reviews
bug
Something isn't working
feature: checkbox-radio-switch
Related to the checkbox-radio-switch component
Milestone
After #4663
NcCheckboxRadioSwitch
andNcCheckboxContent
each import from each other. While this doesn't seem to be an issue for the vue 2 builds, it is the reason why the styleguide currently does not work in #4688.I would propose to move these lines
nextcloud-vue/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue
Lines 310 to 313 in 0a3e598
into
NcCheckboxContent
and import the types from there.The text was updated successfully, but these errors were encountered: